v52

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

Resolve Application Revision

Fetch a revision with embedded references inlined.

When a revision's data carries references to other entities (snippets, linked revisions), this endpoint resolves them in place and returns the fully-inlined configuration along with resolution_info describing what was substituted. Use it when clients need a self-contained configuration for invocation or export.

post/applications/revisions/resolve

Request body

max_depthinteger nullable

Maximum nesting depth for embedded references. Protects against runaway recursion. Defaults to 10.

max_embedsinteger nullable

Maximum total number of embedded references to follow. Defaults to 100.

error_policy'exception' | 'placeholder' | 'keep'

Response

Successful Response

countinteger

1 when a revision was resolved, 0 otherwise.