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
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.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Mintlify/docs/llms.txt
Use this file to discover all available pages before exploring further.
mint_). Generate one on the API keys page in your dashboard.
curl -X POST https://api.mintlify.com/v1/project/update/your_project_id \
-H "Authorization: Bearer mint_your_api_key_here"
{
"statusId": "6501a2b3c4d5e6f7g8h9i0j1"
}