Skip to main content
PATCH
/
projects
/
{id}
/
status
Update project status
curl --request PATCH \
  --url https://api.example.com/projects/{id}/status \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Project ID

Body

application/json
status
string
required

Response

Project status successfully updated