Feature REST Endpoints

Common/Feature
This endpoint allows you to manage a feature you can enable or disable within a region. This endpoint is SCIM compliant.

Added In Release: 19.2.1
Create a Feature
Method: post
Path: /admin/v1/Features
Get a Feature
Method: get
Path: /admin/v1/Features/{id}
HTTP Options
Method: options
Path: /admin/v1/Features
Search for Features
Method: get
Path: /admin/v1/Features
Search for Features
Method: post
Path: /admin/v1/Features/.search
Update a Feature
Method: patch
Path: /admin/v1/Features/{id}