Update report
Updates a custom report owned by the current workspace user.
PUT
/api/unstable/reports/{id}Updates a custom report owned by the current workspace user.
Request Body
application/json
name?string
Updated report name.
Length
1 <= lengthExample
"Pipeline overview"description?string
Updated report description.
Example
"Weekly pipeline monitoring"visibility?string
Visibility scope for the report.
Value in
"public" | "private"Example
"private"data?unknown
Report definition payload validated server-side through the legacy Zod report schema.
Example
{
"schemaVersion": 1,
"insights": []
}[key: string]?never
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json