POST
/
project
/
update
/
{projectId}
curl --request POST \
  --url https://api.mintlify.com/v1/project/update/{projectId} \
  --header 'Authorization: Bearer <token>'
{
  "statusId": "<string>"
}

The API playground is an interactive environment to make requests and preview an API endpoint.

Autogenerating API pages with OpenAPI will automatically generate API playground. Read more about using OpenAPI here.

Authorizations

Authorization
string
header
required

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

Path Parameters

projectId
string
required

The ID of the project to trigger an update on. Can be retrieved from your dashboard.

Response

202 - application/json
A successful response
statusId
string

The status id of the triggered updated.