Settings API
GET /api/v1/settings
Section titled “GET /api/v1/settings”List Settings
Responses
| Status | Description | Schema |
|---|---|---|
| 200 | Successful Response | any |
PATCH /api/v1/settings
Section titled “PATCH /api/v1/settings”Patch Settings
Request body (required), application/json, SettingsPatch
Responses
| Status | Description | Schema |
|---|---|---|
| 200 | Successful Response | any |
| 422 | Validation Error | HTTPValidationError |