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

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

Response

202 - application/json

成功响应

statusId
string

已触发的更新的状态 ID。