Manage configuration by object type
Learn more about how to retrieve, create, update, and delete configuration objects by object type using the Configuration API.
Use the Configuration to manage configuration objects by object type. These APIs support list retrieval for supported configuration object types, retrieval of individual object definitions, and creation, update, or deletion of specific object definitions.
Supported operations
The following operations are available for configuration objects by object type:
Access control rules
Access checks use the existing Configuration API access model. The following object types enforce permission checks:
| Object type | Access control |
|---|---|
entityTypes | READ, UPDATE, DELETE |
relationTypes | READ, UPDATE, DELETE |
groupTypes | Not enforced |
graphTypes | Not enforced |
interactionTypes | Not enforced |
categoryTypes | Not enforced |
Operations on changeRequestTypes follow their dedicated endpoint pattern. Apply the same access model defined for the Configuration API when documenting those operations.