PUT settings Id

PUT/settings/{id}
AuthorizationBearer <token>

Paste your JWT token here

In: header

Path Parameters

idstring

The unique identifier or name of the setting to update.

Query Parameters

value?string

The new value to assign to the specified setting.

Response Body

application/json

application/json

application/json

curl -X PUT "https://loading/settings/string"
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
}