Feature enablement
The feature
endpoint is used to install new features on existing tenants, where enabling the feature may involve updating existing tenant configuration. Use this endpoint to test updating your tenant on a developer environment before migrating those changes to production.
URI | HTTP Operation | Description | ||
---|---|---|---|---|
/openidm/feature?_queryFilter=true |
GET |
Returns a list of feature objects. If a feature is not installed, |
||
/openidm/feature/groups |
GET |
Returns the status of the groups feature. |
||
/openidm/feature/groups?_action=validate |
POST |
Validates that any prerequisites to enable the groups feature are satisfied. |
||
/openidm/feature/groups?_action=install |
POST |
Attempts to patch and install a tenant’s configuration to enable the groups feature.
|