Settings REST Endpoints
Settings
REST API endpoints for Settings
- Delete a Setting
- Method: deletePath:
/api/v2/settings/{category_slug}/ - List Settings
- Method: getPath:
/api/v2/settings/ - Retrieve a Setting
- Method: getPath:
/api/v2/settings/{category_slug}/ - Test Logging Configuration
- Method: postPath:
/api/v2/settings/logging/test/ - Update a Setting
- Method: patchPath:
/api/v2/settings/{category_slug}/ - Update a Setting
- Method: putPath:
/api/v2/settings/{category_slug}/