Create a release template.
POST/api/admin/release-plan-templates
Creates and returns a release template.
Responses
- 200
- 401
- 409
#/components/schemas/releasePlanTemplateSchema
Authorization information is missing or invalid. Provide a valid API token as the authorization
header, e.g. authorization:*.*.my-admin-token
.
The provided resource can not be created or updated because it would conflict with the current state of the resource or with an already existing resource, respectively.