Skip to main content

Partial Update to Report Request

PATCH 

/report/:id/

Request

Path Parameters

    id stringrequired

Body

    is_email_notification_enabled boolean

    If true, email notifications are enabled, and the report will be sent to the user via email. If false, email notifications are disabled. Defaults to false.

    timezone string

    Possible values: <= 64 characters

    Time zone name according to the IANA standard (e.g., 'America/New_York', 'Europe/London').

Responses

Schema

    id stringrequired

    A unique Base58 value identifying this object.

    user stringrequired

    A unique Base58 value identifying this object.

    submitted_at date-timerequired

    Date and time of the report submission date, in ISO 8601 UTC format.
    For example, '2023-08-09T13:27.43.8208302'

    generated_at date-timenullablerequired

    Date and time when the report file was generated, in ISO 8601 UTC format.
    For example, '2023-08-09T13:27.43.8208302'

    is_email_notification_enabled boolean

    If true, email notifications are enabled, and the report will be sent to the user via email. If false, email notifications are disabled. Defaults to false.

    filters stringrequired

    A unique Base58 value identifying this object.

    ttl stringrequired

    The time-to-live (TTL) for the report file, indicating how long it remains available.

    timezone string

    Possible values: <= 64 characters

    Time zone name according to the IANA standard (e.g., 'America/New_York', 'Europe/London').

Loading...