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