v1

latestOpenAPI 3.0.02026-07-14135106116.2 KB
reports

Update report

Modify the report with the given arguments

Permission required: edit_reports

patch/reports/{report_id}

Headers

X-Fieldsstring mask

An optional fields mask

Request body

documentsstring[]
inboxesstring[]
namestring
projectsstring[]
separatorstring
sourcesstring[]
version_namestring

Example request

{
  "documents": [
    "abcdef123456789abcdef123"
  ],
  "inboxes": [
    "abcdef123456789abcdef123"
  ],
  "projects": [
    "abcdef123456789abcdef123"
  ],
  "sources": [
    "human"
  ]
}

Response

Success

documentsstring[]
inboxesstring[]
namestring
projectsstring[]
separatorstring
sourcesstring[]
version_namestring

Example response

{
  "documents": [
    "abcdef123456789abcdef123"
  ],
  "inboxes": [
    "abcdef123456789abcdef123"
  ],
  "projects": [
    "abcdef123456789abcdef123"
  ],
  "sources": [
    "human"
  ]
}