跳转到主要内容
POST
/
project
/
update
/
{projectId}
Trigger update
curl --request POST \
  --url https://api.mintlify.com/v1/project/update/{projectId} \
  --header 'Authorization: Bearer <token>'
{
  "statusId": "<string>"
}

授权

Authorization
string
header
必填

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

路径参数

projectId
string
必填

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

响应

202 - application/json

A successful response

statusId
string

The status ID of the triggered updated.