Skip to main content

Updates a strategy attached to a milestone

PUT 

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

Overwrites existing strategy configuration for the strategy referenced by the id

Request

Responses

#/components/schemas/releasePlanMilestoneStrategySchema

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

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