v1
protected
bundles

Analyze Bundle

Parse and analyze a bundle source, returning a non-destructive preview.

post/v1/workspaces/{workspace}/bundles/analyze

Path parameters

workspacestring required

Slug of the workspace the request acts in

Slug of the workspace the request acts in

Request body

sourcestring nullable

Raw bundle source text (YAML or JSON).

source_urlstring nullable

URL to fetch raw bundle source from (YAML or JSON).

Response

Successful Response

installableboolean required

True when there are no blocking issues (setup may still be required).

Changes