Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
202 - application/json
A successful response
The status ID of the triggered updated.
curl --request POST \
--url https://api.mintlify.com/v1/project/update/{projectId} \
--header 'Authorization: Bearer <token>'{
"statusId": "<string>"
}Queue a deployment update for your documentation project. Returns a status ID that can be used to track the update progress. By default, the update is triggered from your configured deployment branch.
curl --request POST \
--url https://api.mintlify.com/v1/project/update/{projectId} \
--header 'Authorization: Bearer <token>'{
"statusId": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A successful response
The status ID of the triggered updated.
Was this page helpful?