UpdateFilterPresetRequest
Request body for updating an existing filter preset.
Treated as a full replacement of the mutable fields. scope and target
are immutable since the condition is validated against them on create.
conditionobjectrequired
libraryIdstring,null<uuid>nullable
namestringrequired
querystring | nullnullable
sortstring | nullnullable
UpdateFilterPresetRequest
{
"condition": {},
"libraryId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"query": "string",
"sort": "string"
}