Update base preferences

Update preferences for the current base.

Headers
  • X-Exabase-Base-Id
    Type: string

    Optional. When provided, the request is executed against the specified base. If omitted, the parent workspace is used.

Body·
application/json
  • ai
    Type: object ·
    required
Responses
  • 204

    Preferences updated

Request Example for put/v2/bases/preferences
curl https://api.exabase.io/v2/bases/preferences \
  --request PUT \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: YOUR_SECRET_TOKEN' \
  --data '{
  "ai": {
    "memorySleep": null
  }
}'
No Body