v1
latestOpenAPI 3.0.12026-08-041753011.2 MBShared Report
Update a shared report
Updates shared report name and/or options
put/v1/workspaces/{workspaceId}/shared-reports/{id}
Path parameters
workspaceIdstring required
Represents a workspace identifier across the system.
Example:60f91b3ffdaf031696ecxxxx
idstring required
Represents a shared report identifier across the system.
Example:61794f784363c45af78e5555
Request body
Example request
{
"name": "Weekly Updated Report",
"visibleToUserGroups": [
"\"[5b715448b079875110792222\", \"5b715448b079875110791111\"]"
],
"visibleToUsers": [
"5b715448b079875110791234",
"5b715448b079875110791432",
"5b715448b079875110791324"
]
}Response
OK