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

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

projectId
string
requerido

Your project ID. Can be copied from the API keys page in your dashboard.

Respuesta

202 - application/json

A successful response

statusId
string

The status ID of the triggered updated.