Update report statuses
Reporting
Update report statuses
POST
Update report statuses
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:
[
"832211de-ea66-4005-b73d-d0e8deff96f2",
"b3dd6f41-4f35-4707-8db5-3a488c597a17"
]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"