See also
find_saved_filter() and find_saved_filters() are in Configuration.StashClientProtocol
Mixin for filter-related client methods.
Functions
save_filter
| Name | Type | Description | Default |
|---|---|---|---|
input_data | SaveFilterInput | dict[str, Any] | SaveFilterInput object or dictionary. | required |
| Type | Description |
|---|---|
SavedFilter | SavedFilter object with the saved filter data |
destroy_saved_filter
| Name | Type | Description | Default |
|---|---|---|---|
input_data | DestroyFilterInput | dict[str, Any] | DestroyFilterInput object or dictionary. | required |
| Type | Description |
|---|---|
bool | True if the filter was successfully deleted |