Partial Update to Report Request
PATCH/report/:id/
Request
Path Parameters
- application/json
- application/x-www-form-urlencoded
- multipart/form-data
Body
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.
Possible values: <= 64 characters
Time zone name according to the IANA standard (e.g., 'America/New_York', 'Europe/London').
Body
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.
Possible values: <= 64 characters
Time zone name according to the IANA standard (e.g., 'America/New_York', 'Europe/London').
Body
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.
Possible values: <= 64 characters
Time zone name according to the IANA standard (e.g., 'America/New_York', 'Europe/London').
Responses
- 200
- 400
- 401
- 404
- 500
- application/json
- Schema
- Example (from schema)
Schema
A unique Base58 value identifying this object.
A unique Base58 value identifying this object.
Date and time of the report submission date, in ISO 8601 UTC format.
For example, '2023-08-09T13:27.43.8208302'
Date and time when the report file was generated, in ISO 8601 UTC format.
For example, '2023-08-09T13:27.43.8208302'
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.
A unique Base58 value identifying this object.
The time-to-live (TTL) for the report file, indicating how long it remains available.
Possible values: <= 64 characters
Time zone name according to the IANA standard (e.g., 'America/New_York', 'Europe/London').
{
"id": "string",
"user": "string",
"submitted_at": "2024-07-29T15:51:28.071Z",
"generated_at": "2024-07-29T15:51:28.071Z",
"is_email_notification_enabled": true,
"filters": "string",
"ttl": "string",
"timezone": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
{
"<field name>": [
"Errors related to field <field name>."
],
"non_field_errors": [
"Errors not related to any field specific field."
]
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Not found."
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Unexpected error while handling your request."
}