Skip to main content
POST
/
reload
Reload Config
curl --request POST \
  --url https://api.example.com/reload \
  --header 'Content-Type: application/json' \
  --data '
{
  "path": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.idun-group.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

Request body for reload endpoint.

path
string | null

Response

Successful Response

Last modified on May 22, 2026