Create Blueprint Version Using POST
Creates version for the given blueprint ID
blueprintId
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /blueprint/api/about
Show optional properties
{
"version": "string"
}
{
"changeLog": "string",
"description": "string",
"release": false,
"sourceControlPush": false,
"version": "string"
}
Blueprint version change log
Blueprint version description
Flag indicating version should be released
Flag indicating version should be pushed to source control
Blueprint version
Created
"BlueprintVersion Object"
Draft blueprint ID
Blueprint YAML content
Created time
Created by
Draft blueprint description
Custom form ID.
Object ID
Blueprint name
Org ID
Project ID
Project Name
Blueprint version self link
Blueprint status
Updated time
Updated by
Validation result
Blueprint version
Blueprint version change log
Blueprint version description
Bad Request
Unauthorized
Forbidden
Not Found
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"version:"string"}' https://{api_host}/blueprint/api/blueprints/{blueprintId}/versions