Skip to main content

Revives a list of features

POST 

https://us.app.unleash-hosted.com/ushosted/api/admin/projects/:projectId/revive

This endpoint revives the specified features.

Request

Path Parameters

    projectId stringrequired

Body

required

batchFeaturesSchema

    features string[]required

    List of feature flag names

    Example: ["my-feature-4","my-feature-5","my-feature-6"]

Responses

This response has no body.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L 'https://us.app.unleash-hosted.com/ushosted/api/admin/projects/:projectId/revive' \
-H 'Content-Type: application/json' \
-H 'Authorization: <API_KEY_VALUE>' \
-d '{
"features": [
"my-feature-4",
"my-feature-5",
"my-feature-6"
]
}'
Request Collapse all
Base URL
https://us.app.unleash-hosted.com/ushosted
Auth
Parameters
— pathrequired
Body required
{
  "features": [
    "my-feature-4",
    "my-feature-5",
    "my-feature-6"
  ]
}
ResponseClear

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