v1
latestOpenAPI 3.0.12026-07-1714724311.1 KBPresets
Update a Preset
Update an existing preset.
patch/presets/{id}
Path parameters
idinteger required
Index
Query parameters
fieldsstring[]
Control what fields are being returned in the object.
metastring
What metadata to return in the response.
Request body
Example request
{
"collection": "articles",
"title": "Highly rated articles",
"filters": [
{
"field": "rating",
"operator": "gte"
}
]
}Response
Successful request