Appearance
Create project.
POST
/backend/v1/projects
Creates a new project
Authorizations
HTTPBearer
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"adminIds": "string",
"config": "string",
"friendlyId": "string",
"memberIds": "string",
"name": "string",
"type": "string"
}
Responses
Successful Response
application/json
JSON
{
"id": "string"
}