Skip to main content

Create a release template.

POST 

<your-unleash-url>/api/admin/release-plan-templates

Creates and returns a release template.

Responses

#/components/schemas/releasePlanTemplateSchema

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L -X POST '<your-unleash-url>/api/admin/release-plan-templates' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
ResponseClear

Click the Send API Request button above and see the response here!