Settings REST Endpoints

Settings

REST API endpoints for Settings

Delete a Setting
Method: delete
Path: /api/v2/settings/{category_slug}/
List Settings
Method: get
Path: /api/v2/settings/
Retrieve a Setting
Method: get
Path: /api/v2/settings/{category_slug}/
Settings Logging Test Create
Method: post
Path: /api/v2/settings/logging/test/
Update a Setting
Method: patch
Path: /api/v2/settings/{category_slug}/
Update a Setting
Method: put
Path: /api/v2/settings/{category_slug}/