v52

OpenAPI 3.1.0raw.githubusercontent.com2026-08-03512878906.5 KB
Applications

Deploy Application Revision

Deploy an application revision to an environment.

Writes a reference from the environment revision to the application revision under key (default: {application_slug}.revision). Clients that subsequently call /applications/revisions/retrieve with the same environment_ref and key resolve to this revision. See the Applications guide.

post/applications/revisions/deploy

Request body

keystring nullable

Deployment key inside the environment revision. Defaults to {application_slug}.revision.

messagestring nullable

Optional commit message attached to the environment revision.

Response

Successful Response

countinteger

1 when a revision was found, 0 otherwise.