Create a release template.
POST<your-unleash-url>/api/admin/release-plan-templates
Creates and returns a release template.
Responses
- 200
- 401
#/components/schemas/releasePlanTemplateSchema
Authorization information is missing or invalid. Provide a valid API token as the `authorization` header, e.g. `authorization:*.*.my-admin-token`.
Authorization: Authorization
name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X POST '<your-unleash-url>/api/admin/release-plan-templates' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
ResponseClear