Allow Features

Allow features access for a given role.

For a detailed description of the Restrict features properties please visit here

Request sample:

DELETE /roles/:role/restrictedfeatures HTTP/1.1
Content-type: application/json
Accept: application/json

{
   "featuresToAllow": ["array of strings"],
   "allowAll": boolean
}
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!