POST settings
POST
/settingsAuthorizationBearer <token>
Paste your JWT token here
In: header
Query Parameters
id?string
The name/key for the new setting.
value?string
The initial value to assign to the setting.
Response Body
application/json
application/json
application/json
curl -X POST "https://loading/settings"{
"name": "string",
"value": "string"
}{
"message": "string"
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}