API reference · Work Management v1
POST/api/v1/projects

Create project

Creates a project via ApiProjectController.create().

RBAC · project

Request body

Content type: application/json · schema WorkV1CreateProjectBody

project_namestringRequired
statusstring
start_datestring
end_datestring
assigned_tostring <uuid>
assigned_team_idstring <uuid>
client_idstring <uuid>

Response body

Success response 200 · schema WorkV1ApiSuccess

dataanyOfRequired
anyOf (option 1)object
anyOf (option 2)array of object
itemsobject
metaobject

Response codes

200
Operation succeeded.
201
Create-like operation succeeded.
400
Validation or request parsing failure.
401
API key missing/invalid or associated user missing.
403
RBAC denied for project resource action.
500
Unexpected controller/service failure.