Trigger deployment
POST
/
project
/
update
/
Trigger update
curl --request POST \
--url https://api.mintlify.com/v1/project/update/{projectId} \
--header 'Authorization: Bearer <token>'{
"statusId": "<string>"
}Authorizations
Section titled “Authorizations”Authorization
string
header
required
The Authorization header expects a Bearer token. Use an admin API key. This is a server-side secret key. Generate one on the API keys page in your dashboard.
Path Parameters
Section titled “Path Parameters”projectId
string
required
Your project ID. Can be copied from the API keys page in your dashboard.
Response
Section titled “Response”202 - application/json
A successful response
statusId
string
The status ID of the triggered updated.
⌘I