ServerOpenapi

Update full config

Updates server/shared configuration and restarts background runner loops.

POST
/config

Updates server/shared configuration and restarts background runner loops.

Authorization

CookieAuth
token<token>

Session JWT cookie returned by /api/v1/auth/login.

In: cookie

Request Body

application/json

Full config payload

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://loading/api/v1/config" \  -H "Content-Type: application/json" \  -d '{}'
{
  "message": "string"
}
{
  "details": "string",
  "error": "string"
}
{
  "details": "string",
  "error": "string"
}