Google Docs · Schema

ReplaceAllTextRequest

Replaces all instances of text matching a criteria with replace text.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
replaceText string The text that will replace the matched text.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-replace-all-text-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReplaceAllTextRequest",
  "type": "object",
  "description": "Replaces all instances of text matching a criteria with replace text.",
  "properties": {
    "replaceText": {
      "type": "string",
      "description": "The text that will replace the matched text."
    }
  }
}