Blueprints: Versions

Blueprint versioning and publishing.

Install active version

post
Authorizations
AuthorizationstringRequired

Standard Bearer Token. Example: Bearer eyJ...

Path parameters
blueprintstringRequired
Responses
chevron-right
200

Success

No content

post
/api/v1/blueprints/{blueprint}/install
200

Success

No content

Install specific version

post
Authorizations
AuthorizationstringRequired

Standard Bearer Token. Example: Bearer eyJ...

Path parameters
blueprintstringRequired
versionstringRequired
Responses
chevron-right
200

Success

No content

post
/api/v1/blueprints/{blueprint}/versions/{version}/install
200

Success

No content

Last updated

Was this helpful?