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/api/saved_searches/

Headers

x-prefect-api-versionstring

Request body

namestring required

The name of the saved search.

Response

Successful Response

idstring uuid
createdstring date-time
updatedstring date-time
namestring required

The name of the saved search.

Changes

No recorded changes to this endpoint across all 1 revision of this API.