PATCH
/
v0
/
user
/
query-logging
curl --request PATCH \
  --url 'https://api.unify.ai/v0/user/query-logging' \
  --header "Authorization: Bearer $UNIFY_KEY" \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Update the query logging status for the authenticated user.

Authorizations

Authorization
string
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

enabled
boolean
required
curl --request PATCH \
  --url 'https://api.unify.ai/v0/user/query-logging' \
  --header "Authorization: Bearer $UNIFY_KEY" \
  --header 'Content-Type: application/json' \
  --data '{}'
{}