tracer-sessions

Update Filter View

Update a filter view.

patch/api/v1/sessions/{session_id}/views/{view_id}

Path parameters

session_idstring uuid required
view_idstring uuid required

Request body

filter_stringstring nullable
display_namestring nullable
descriptionstring nullable
trace_filter_stringstring nullable
tree_filter_stringstring nullable
type'runs' | 'threads' | 'single_run'
start_timestring date-time nullable
end_timestring date-time nullable
durationstring nullable

Response

Successful Response

filter_stringstring nullable
trace_filter_stringstring nullable
tree_filter_stringstring nullable
display_namestring required
descriptionstring nullable
type'runs' | 'threads' | 'single_run'
start_timestring date-time nullable
end_timestring date-time nullable
durationstring nullable
idstring uuid required
session_idstring uuid nullable
created_atstring date-time required
updated_atstring date-time required

Changes

No recorded changes to this endpoint across all 48 revisions of this API.