Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Array of report IDs to update
Example:
[
"e92a5b7a-b620-4fc0-a9c5-7f6fcfe2267f",
"de514c78-5806-49b0-b72f-4e2cd329d76d"
]New status value for all selected reports (required for UPDATE operation)
Available options:
PUBLISHED, ARCHIVED, DELETED, DRAFT Example:
"PUBLISHED"
Operation type (update or restore)
Available options:
UPDATE, RESTORE Example:
"UPDATE"