Passer au contenu principal
POST
/
project
/
update
/
{projectId}
Lancer la mise à jour
curl --request POST \
  --url https://api.mintlify.com/v1/project/update/{projectId} \
  --header 'Authorization: Bearer <token>'
{
  "statusId": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

projectId
string
required

Identifiant de votre projet. Vous pouvez le copier à partir de la page API keys de votre Dashboard.

Response

202 - application/json

Une réponse réussie

statusId
string

L’identifiant de statut de la mise à jour déclenchée.