Projects
Update project status
patch/projects/{id}/status
Path parameters
idinteger required
Example:1
The numeric project ID
Request body
Response
Project status updated successfully
Example response
{
"message": "OK",
"data": {
"id": 42,
"uc_id": "UC-7",
"project_title": "Customer Support Chatbot",
"owner": 1,
"geography": 1,
"framework": [
{
"name": "EU AI Act"
}
]
}
}