Eventum Logo

Eventum

InstanceSettings

Update Settings

Update settings. Note that this only updates file. For changes to take effect u have to restart instance.

PUT
/instance/settings

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X PUT "https://loading/api/instance/settings" \  -H "Content-Type: application/json" \  -d '{    "server": {},    "generation": {},    "log": {},    "path": {      "logs": "string",      "startup": "string",      "generators_dir": "string",      "keyring_cryptfile": "string"    }  }'
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}
Empty