PUT
/
api
/
saved_searches
/

Headers

x-prefect-api-version
string

Body

application/json

Data used by the Prefect REST API to create a saved search.

name
string
required

The name of the saved search.

filters
object[]

The filter set for the saved search.

Response

200 - application/json

An ORM representation of saved search data. Represents a set of filter criteria.

id
string
created
string | null
updated
string | null
name
string
required

The name of the saved search.

filters
object[]

The filter set for the saved search.