v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Automation

Update Blueprints

update blueprints

put/operations/automation/blueprints/{tenant_id}/update/{blueprint_id}

Path parameters

tenant_idstring required

Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.

blueprint_idstring required

Specify the blueprint Id to fetch data

Request body

namestring required

Blueprint Name

scope'private' | 'tenant' | 'global' | 'account' required

Scope of the Blueprint

Example request

{
  "resources": [
    {
      "execution_type": "on_demand",
      "type": "template"
    }
  ],
  "scope": "private"
}

Response

Success

blueprint_idstring required

Blueprint ID