Drive > Settings

Update IA settings

put/2/drive/{drive_id}/settings/ai

Path parameters

drive_idinteger required

Drive identifier

Request body

has_approvedboolean

If the User consents to the AI scan.

has_approved_ai_categoriesboolean

If the User consents to automatic Categories on Files.

has_approved_content_searchboolean

If the User consents to search in Files contents.

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

databoolean

Example response

{
  "result": "success"
}

Changes