Skip to main content

Update Custom Report

PUT 

/api/v2/custom-reports/:id

Update an existing custom report. Only the report owner can update it (returns 403 otherwise).

Required scope: reports:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

All fields are optional (uses sometimes validation). When definition is provided, definition.base_entity and definition.columns become required.

Returns 404 if the report is not found or not accessible. Returns 403 if the authenticated user is not the owner.

Request

Responses

Successful response