How can we help?

Searching:

0 results found

featureSet/Unlock

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

Description

To unlock a specific feature in a Feature Set.

See the following for request and response details ‒

See Also

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

curl -X POST \

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

All the same properties in the request are returned in the response. In addition, the response that is returned also contains the following properties –

Property Type Description
featureSetId String A unique identifier for this Feature Set that is automatically generated. Please note that this ID is only intended for internal use by Axonize.
featureName String A unique identifier that is automatically generated by Axonize for this feature.
createDate, createUser, updateDate,
updateUser
See Common Response Properties.

 

Example JSON featureSet/unlock[featureSetId]/[featureName]/Post Response

Status 200 – OK