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.

Последнее изменение 15 июля 2026 г.