Skip to main content
POST
cURL

授权

Authorization
string
header
必填

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

路径参数

baseId
string
必填

Project ID

appId
string
必填

App ID

请求体

application/json
showBadge
boolean

响应

200 - text/event-stream

Server-sent app deployment progress events

id
string
必填
step
enum<string>
必填
可用选项:
prepare,
version-save,
env,
provider,
artifact-build,
artifact-upload,
runtime-create,
runtime-activate,
project-setup,
env-setup,
domain-setup,
files-prepare,
deployment-create,
status-check,
finalize
status
enum<string>
必填
可用选项:
pending,
running,
success,
failed
message
string
必填
timestamp
number
必填
provider
string
version
number
deploymentId
string
publicUrl
string
error
string
最后修改于 2026年9月15日