PATCH settings Id

PATCH/settings/{id}
AuthorizationBearer <token>

Paste your JWT token here

In: header

Path Parameters

idstring

The identifier of the setting to update.

The JSON Patch document containing the intended changes.

Response Body

application/json

application/json

application/json

curl -X PATCH "https://loading/settings/string" \  -H "Content-Type: application/json" \  -d '[    {}  ]'
Empty
{
  "message": "string"
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}