v1

latestOpenAPI 3.1.02026-07-267418115.3 KB

POST projects instances

post/api/v1/projects

Request body

descriptionstring nullable
namestring nullable
project_namestring nullable

Response

OK

$uristring required
descriptionstring nullable
external_idstring nullable
namestring nullable
permissionsstring[] required
project_namestring nullable required
publicboolean

Example response

{
  "$uri": "/api/v1/projects/0d77065796f8d173",
  "external_id": "PRJ-2024-001",
  "owner": {
    "__DOLLAR_REF__": "/api/v1/users/a1b2c3d4e5f67890"
  }
}