Google Docs · Schema

WriteControl

Provides control over how write requests are executed. When set on a request, it provides a way to detect conflicts.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
requiredRevisionId string The optional revision ID of the document the write request is applied to. If this is not the latest revision of the document, the request is not processed and returns a 400 bad request error.
targetRevisionId string The optional target revision ID of the document the write request is applied to. If collaborator changes have occurred after the document was read using the API, the changes produced by this write req
View JSON Schema on GitHub