Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
202 - application/json
成功响应
已触发的更新的状态 ID。
curl --request POST \
--url https://api.mintlify.com/v1/project/update/{projectId} \
--header 'Authorization: Bearer <token>'{
"statusId": "<string>"
}为你的文档项目排队一次部署更新。返回一个状态 ID,用于跟踪更新进度。更新将从你配置的部署用分支触发。
curl --request POST \
--url https://api.mintlify.com/v1/project/update/{projectId} \
--header 'Authorization: Bearer <token>'{
"statusId": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
成功响应
已触发的更新的状态 ID。
此页面对您有帮助吗?