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
Example request
{
"resources": [
{
"execution_type": "on_demand",
"type": "template"
}
],
"scope": "private"
}Response
Success