Skip to main content

Reactivate a strategy

POST 

https://us.app.unleash-hosted.com/ushosted/api/admin/strategies/:strategyName/reactivate

Marks the specified strategy as not deprecated. If the strategy wasn't already deprecated, nothing changes.

Request

Path Parameters

    strategyName stringrequired

Responses

This response has no body.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L -X POST 'https://us.app.unleash-hosted.com/ushosted/api/admin/strategies/:strategyName/reactivate' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://us.app.unleash-hosted.com/ushosted
Auth
Parameters
— pathrequired
ResponseClear

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