v1

latestOpenAPI 3.0.12026-08-041753011.2 MB
Shared 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

fixedDateboolean

Indicates whether the shared report has a fixed date range.

isPublicboolean

Indicates whether the shared report is public.

namestring required

Represents a shared reports name.

visibleToUserGroupsstring[]

Provide user groups ids to which the shared report is visible.

visibleToUsersstring[]

Provide user ids to which the shared report is visible.

Example request

{
  "name": "Weekly Updated Report",
  "visibleToUserGroups": [
    "\"[5b715448b079875110792222\", \"5b715448b079875110791111\"]"
  ],
  "visibleToUsers": [
    "5b715448b079875110791234",
    "5b715448b079875110791432",
    "5b715448b079875110791324"
  ]
}

Response

OK