cURL
curl --request PATCH \ --url https://api.example.com/projects/{id}/status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "status": "<string>" } '
Update the status of a specific project
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Project ID
Project status successfully updated