Skip to main content

Updates existing milestone

PUT 

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

Finds milestone by id, and updates to body included in request

Request

Responses

#/components/schemas/releasePlanMilestoneSchema

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/milestones/:milestoneId' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

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