Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Updated name of the project
Examples:
"My Updated Project"
Updated description of the project
Examples:
"The project now aims to..."
Updated status of the project
Examples:
"completed"
"archived"
Updated project metadata in key-value pairs
Examples:
{ "priority": "medium", "team_size": 7 }
Response
Successful Response
The response is of type any
.