1.7 KiB
1.7 KiB
Return to top
Create
======================================================================================
POST
/projects
Create Project.
Authorizations
bearerAuth
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Request Body
application/json
SchemaJSON
JSON
{
"name": "string",
"description": "string"
}
Responses
201400401404422
Project created.
Content-Type
application/json
SchemaJSON
JSON
{
"uuid": "og888os"
}
POST
/projects
Playground
Authorization
bearerAuth
Body
Try it out
Samples
Powered by VitePress OpenAPI