Aurion Docs
Api

Update Config

PATCH
/api/v1/config
AuthorizationBearer <token>

In: header

Request Body

application/json

Response Body

application/json

application/json

curl -X PATCH "https://loading/api/v1/config" \  -H "Content-Type: application/json" \  -d '{    "config": {}  }'
{
  "config": {},
  "export_timestamp": "string",
  "version": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}