Skip to main content
PUT
/
projects
/
{id}
/
Full project update (not implemented)
curl --request PUT \
  --url https://api-v2.missioninbox.com/projects/{id}/ \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>"
}'
{
  "detail": "<string>"
}

Path Parameters

id
integer
required

A unique integer value identifying this project.

Body

name
string
required
Maximum length: 255

Response

501 - application/json
detail
string
required

Full updates not implemented