curl -X POST https://api.mintlify.com/v1/project/update/your_project_id \ -H "Authorization: Bearer mint_your_api_key_here"
{ "statusId": "6501a2b3c4d5e6f7g8h9i0j1"}
Admin
Trigger Update
Queue a deployment update for your documentation project
POST
/
v1
/
project
/
update
/
{projectId}
curl -X POST https://api.mintlify.com/v1/project/update/your_project_id \ -H "Authorization: Bearer mint_your_api_key_here"
{ "statusId": "6501a2b3c4d5e6f7g8h9i0j1"}
Queue a deployment update for your documentation project. Returns a status ID that can be used to track the update progress. The update is triggered from your configured deployment branch.