Skip to main content
POST
/
v1
/
google_workspace_doc_batch_update
google_workspace_doc_batch_update
curl --request POST \
  --url https://api.fetchbean.com/v1/google_workspace_doc_batch_update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "documentId": "<string>",
  "requests": [
    {}
  ]
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
documentId
string
required
requests
object[]
required

Response

Success

The response is of type object.