v5
latestOpenAPI 3.1.02026-08-04166362486.5 KBdeprecated_vector_stores
[DEPRECATED] Update a search rule
DEPRECATED: Use PUT /stores/{store_identifier}/rules/{rule_id} instead
put/v1/vector_stores/{vector_store_identifier}/rules/{rule_id}
Path parameters
The ID or name of the vector store
rule_idstring uuid required
The ID of the search rule to update
The ID of the search rule to update
Request body
Example request
{
"rules": [
{
"substitution": "query1"
}
]
}Response
The updated search rule
Example response
{
"rules": [
{
"substitution": "query1"
}
]
}