How can we help?

Searching:

0 results found

featureSet/Add

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

Description

Adds a specific feature to a Feature Set.

See the following for request and response details ‒

See Also

Request ‒ featureSet/add[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/add[featureSetName]/[featureName]/Post Request

curl -X POST \

https://api.dev.axonize.com/api/featureSet/add/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/add[featureSetName]/[featureName]/Post

Status 200 – OK