AurionAI Docs

Update Retention Settings

PUT
/api/v1/gdpr/retention-settings

Authorization

AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X PUT "https://loading/api/v1/gdpr/retention-settings" \  -H "Content-Type: application/json" \  -d '{}'
{
  "attachments_days": 1,
  "audit_events_days": 1,
  "messages_days": 1,
  "recordings_days": 1,
  "transcripts_days": 1
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}