Update extraction settings

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
  • webhookUrl
    Type: string | null Format: uri
    required
  • webhookFormat
    Type: string · enum
    values
    • json
    • markdown
Responses
  • application/json
Request Example for put/v2/extract-settings
curl https://api.exabase.io/v2/extract-settings \
  --request PUT \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: YOUR_SECRET_TOKEN' \
  --data '{
  "webhookUrl": null,
  "webhookFormat": "json"
}'
{
  "webhookUrl": null,
  "webhookFormat": "json"
}