Skip to main content

Updates a release plan template by its id.

PUT 

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

Finds and updates a release plan template by the provided id. Will delete existing milestones and create new ones from the body

Request

Path Parameters

    templateId stringrequired

Responses

This response has no body.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L -X PUT '<your-unleash-url>/api/admin/release-plan-templates/:templateId' \
-H 'Authorization: <Authorization>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
ResponseClear

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