Update the comment settings for an organization
Update the comment and image annotation settings for an organization.
### Usage notes
- To perform this operation, you must use API credentials owned by a user assigned the Admin account type.
- To read or update these settings for a tenant organization, use [impersonation](/docs/impersonate-users) to obtain a token for that tenant, then call this endpoint with that token.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Request
The request body.
enabled
Whether users in the organization can comment on documents.
allowAnnotations
Whether users can capture images and annotate them in comments. Can only set if commenting is enabled.
annotationRetentionDays
How long annotation images are kept, in days. Must be between 1 and 730 (two years).
Response
The response body.
enabled
Whether users in the organization can comment on documents.
allowAnnotations
Whether users can capture images and annotate them in comments. Can only set if commenting is enabled.
annotationRetentionDays
How long annotation images are kept, in days. Must be between 1 and 730 (two years).

