Skip to main content

Update Report Metadata

POST 

/api/v1/reports/:report_id

Update metadata for a report.

Request

Path Parameters

    report_id uuidrequired

Query Parameters

    project_id any
    organization_id any

Cookie Parameters

    session any

Body

required

    name Name (string)required

    The name of the report

Responses

Successful Response

Schema

    id uuidrequired

    The id of the report

    name Name (string)required

    The name of the report

    report_metadata objectrequired

    The metadata for the report

    state ReportState (string)required

    The state of the report

    Possible values: [pending, planning, waiting_approval, generating, completed, error]