v3

latestSwagger 2.02026-08-067506752.0 MB
report

Update an existing report

patch/v1/org/{orgId}/report/{reportId}

Path parameters

orgIdstring required

Org identifier (either id or slug)

reportIdstring required

Report id

Query parameters

referencedReportUrlstring

Displayed report url

Request body

labelstring

report label

descriptionstring

report description

filterstring

filter automatically applied to every chart in this report

share'NORMAL' | 'FULL'

sharing settings of report

sensitive'GLOBAL' | 'ORG' | 'SENSITIVE' | 'PERSONAL' | 'MANAGER' | 'HIGH' | 'PRIVATE'

sensitivity level of report

chartIdsstring[]

list of charts in this report

Example request

{
  "label": "Headcount Report",
  "description": "This is a report on headcount etd",
  "filter": "department:engineering",
  "shareAccess": [
    {
      "userId": "5887a7718f138b6a2a0041a7",
      "groupId": "5887a7718f138b6a2a0041a7",
      "fields": "name,image,title"
    }
  ],
  "chartIds": [
    "588f7ee98f138b19220041a7"
  ]
}

Response

report updated