Skip to main content
PUT

Authorizations

x-api-key
string
header
required

Your unique Avido API key

x-application-id
string
header
required

Your unique Avido Application ID

Path Parameters

id
string<uuid>
required

The unique identifier of the report

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
Example:

"123e4567-e89b-12d3-a456-426614174000"

Body

application/json

Request body for updating a report

title
string

Updated title of the report

Example:

"Q1 2025 Performance Report"

description
string

Updated description of the report

Example:

"Updated analysis including new metrics"

assignee
string · null · null

Updated assignee user ID (can be set to null to unassign)

Example:

"user_345678"

query
ReportingQuery · object · null · null

Updated reporting query configuration (can be set to null to clear)

Response

Successfully updated report

Successful response containing the report data

data
Report · object
required

A report for tracking and analyzing AI application performance