Update a search profile
Partial update of any profile field. Every field is optional. Rejects a slug collision with another profile on the same site with 400.
/search/profiles/{id}https://api.lynkow.com/v1Path parameters
idstringrequiredUnique identifier
Request bodyrequired
namestringDisplay name. 1-200 characters
slugstringURL-friendly identifier, unique per site and locale. 1-100 characters
sortarray<string>Max 10 characters. Array of strings
scopeobjectexcludeIdsarray<string>includeIdsarray<string>excludeTagsarray<string>includeTagsarray<string>metaFiltersarray<object>openumrequiredOne of:
=!=innotInkeystringrequiredvalueany
excludeTypesarray<string>includeTypesarray<string>excludeLocalesarray<string>includeLocalesarray<string>excludeCategoriesarray<string>includeCategoriesarray<string>includePathPrefixesarray<string>
facetsarray<string>Max 20 characters. Array of strings
isPublicbooleanWhether this search profile is exposed on the public storefront search API. Boolean
maxLimitnumberBetween 1 and 500
descriptionunionDescription text
defaultLimitnumberBetween 1 and 100
displayedFieldsarray<string>Min 1 character. Array of strings
searchableFieldsarray<enum>Min 1 character. Array of strings
boostedContentIdsarray<string>Content UUIDs to rank higher in results (max 100). Max 100 characters. Array of strings
featuredContentIdsarray<string>Content UUIDs pinned to the top of results regardless of relevance (max 100). Max 100 characters. Array of strings