How can we help?

Searching:

0 results found

featureSet/Disable

POST /api/featureSet/disable[featureSetId]/[featureName]

Description

Disables a specific feature in a Feature Set.

See the following for request and response details ‒

See Also

Request ‒ featureSet/disable[featureSetId]/[featureName]/Post

All unspecified fields are assigned default values.

Property Type Description Mandatory
appId String The appId of the Master Application.

 

Example JSON featureSet/disable[featureSetName]/[featureName]/Post Request

curl -X POST \

https://api.dev.axonize.com/api/featureSet/disable/5cadfabc478021fce867f85d/FeatureName \

-H ‘Accept: application/json, text/plain, */*’ \

-H ‘Content-Type: application/json’ \

-H ‘appId: ab7d3f48-1469-494f-b0e1-4437ff031ca1’ \

-H ‘cache-control: no-cache’ \

Response ‒ featureSet/disable[featureSetName]/[featureName]/Post

Status 200 – OK