Aurion Docs
Api

Update Llm Priorities

Update LLM provider priorities (failover order).

PUT
/api/v1/configuration/llm/priorities

Update LLM provider priorities (failover order).

AuthorizationBearer <token>

In: header

Request Body

application/json

Response Body

application/json

application/json

curl -X PUT "https://loading/api/v1/configuration/llm/priorities" \  -H "Content-Type: application/json" \  -d '[    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "priority": 1    }  ]'
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}