Skip to main content

Modify a feature flag

PATCH 

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

Change specific properties of a feature flag.

Request

Responses

featureSchema

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Request Collapse all
Base URL
https://us.app.unleash-hosted.com/ushosted
Auth
Parameters
— pathrequired
— pathrequired
Body required
[
  {
    "path": "/type",
    "op": "replace",
    "from": "/type",
    "value": "kill-switch"
  }
]
ResponseClear

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