DeepFellow DOCS

Update dynamic server configuration.

Apply a partial update to the dynamic settings backed by config.json.

Only fields defined on DynamicSettings may be changed here — bootstrap fields (Mongo connection, filestorage paths, plugins path, ...) are immutable at runtime. Validated, persisted atomically, applied in-memory, and any required side effects (OTEL reconfigure) are triggered — all without a process restart.

PUT
/admin/config
AuthorizationBearer <token>

In: header

Empty Object

Response Body

curl -X PUT "https://loading/admin/config" \  -H "Content-Type: application/json" \  -d '{}'
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}

We use cookies on our website. We use them to ensure proper functioning of the site and, if you agree, for purposes such as analytics, marketing, and targeting ads.