Skip to main content
PUT
/
settings
Apply a partial settings update and persist to settings.toml
curl --request PUT \
  --url http://localhost:6063/settings \
  --header 'Content-Type: application/json' \
  --data '{}'

Body

application/json

Partial settings update — only the fields you set are written.

Response

204

Saved