latestOpenAPI 3.1.02026-08-1076186318.8 KB
ab648a80ca4d
Pipelines
Create preview app
post/pipelines/{id}/create-preview-app
Path parameters
idstring uuid required
Example:54fb80af-576c-4fdc-ba4f-b596c83f15a1
Request body
Example request
{
"branch": "main",
"pull_request_number": 14
}Response
Preview app created successfully
Example response
{
"app": {
"id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
"name": "test-app",
"displayName": "Test App"
}
}