v1
latestOpenAPI 3.0.12026-07-244011,5573.5 MBReport Types
Update a report type
Applies a partial update to the supplied report type. Only the fields present in the body are changed; omitted fields are left intact. Returns the persisted report type after update.
put/v6/report-types/{id}
Path parameters
idstring required
The Extole unique report type identifier.
Request body
Example request
{
"data_start": "2025-10-24T09:00:00.000Z"
}Response
Report type definition including display metadata, parameters, formats, scopes, visibility, tags, and component references.
Example response
{
"data_start": "2025-10-24T02:00:00-07:00",
"created_date": "2025-10-24T02:00:00-07:00",
"updated_date": "2025-10-24T02:00:00-07:00"
}