v3
latestSwagger 2.02026-08-067506752.0 MBreport
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
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