Skip to main content
PUT
Error

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

id
string
必須

Saved search ID

ボディ

application/json
name
string
必須

Display name for the saved search.

Maximum string length: 1024
:

"Production Errors"

sourceId
string
必須

ID of the source to query. Must belong to the team.

:

"507f1f77bcf86cd799439012"

select
string

Comma-separated list of column expressions to display. Empty uses the source default.

Maximum string length: 4096
:

"Timestamp, ServiceName, Body"

where
string

Row filter expression. The language is controlled by whereLanguage.

Maximum string length: 8192
:

"SeverityText:ERROR"

whereLanguage
enum<string>
デフォルト:lucene

Language used for the where filter.

利用可能なオプション:
lucene,
sql
:

"lucene"

orderBy
string

ORDER BY expression. Empty uses the source default.

Maximum string length: 1024
:

"Timestamp DESC"

tags
string[]

Tags used to organize saved searches.

Maximum array length: 50
Maximum string length: 32
:
filters
object[]

Structured pinned filters applied to the search.

Maximum array length: 100
:

レスポンス

Successfully updated saved search

data
object

The saved search object.

最終更新日 2026年7月16日