updateDocumentSharingStatus
Enterprise
description
Mutation used to update sharees (users, groups and emails) and the sharing mode for a specific document. It allows to notify by email to sharees.
updateDocumentSharingStatus(
documentShareInfo: DocumentShareInfoInput!
): MutationResult!
Arguments
updateDocumentSharingStatus.documentShareInfo
● DocumentShareInfoInput!
non-null input
Type
MutationResult
object
Important
Failed to update sharing: Invalid sharing request
A possible reason for this error (other than misuse) is that the document uploaded via the Ingestion API is not yet available, so the request should be retried later.
Loading...