跳转到主要内容
POST
/
project
/
update
/
{projectId}
触发更新
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
必填

项目 ID。可在控制台的 API keys 页面中复制。

响应

202 - application/json

成功响应

statusId
string

已触发的更新的状态 ID。