Aurion Docs
Api

Update Cache Settings

Update cache settings.

PUT
/api/v1/configuration/cache/settings

Update cache settings.

AuthorizationBearer <token>

In: header

Request Body

application/json

Response Body

application/json

application/json

curl -X PUT "https://loading/api/v1/configuration/cache/settings" \  -H "Content-Type: application/json" \  -d '{}'
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}