SavedSearches
Create Saved Search
Gracefully creates a new saved search from the provided schema.
If a saved search with the same name already exists, the saved search’s fields are replaced.
PUT
Headers
Body
application/json
Data used by the Prefect REST API to create a saved search.
The name of the saved search.
The filter set for the saved search.
Response
200
application/json
Successful Response
An ORM representation of saved search data. Represents a set of filter criteria.
The name of the saved search.
The filter set for the saved search.
Was this page helpful?