Update Saved Search
Updates an existing saved search. This is a full replace: send the
full object. Every optional field (select, where, whereLanguage,
orderBy, tags, filters) is always written and falls back to its
default when omitted, so omitting a field resets it rather than
preserving the stored value.
인증
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
경로 매개변수
Saved search ID
본문
Display name for the saved search.
1024"Production Errors"
ID of the source to query. Must belong to the team.
"507f1f77bcf86cd799439012"
Comma-separated list of column expressions to display. Empty uses the source default.
4096"Timestamp, ServiceName, Body"
Row filter expression. The language is controlled by whereLanguage.
8192"SeverityText:ERROR"
Language used for the where filter.
lucene, sql "lucene"
ORDER BY expression. Empty uses the source default.
1024"Timestamp DESC"
Tags used to organize saved searches.
5032Structured pinned filters applied to the search.
100응답
Successfully updated saved search
The saved search object.