curl --request PUT \
--url https://{FUSION HOST}/api/collections/{collection}/synonyms/{path} \
--header 'Content-Type: application/json' \
--data '{
"path": "<string>",
"state": "NOT_READY"
}'
Change a synonyms file’s state.
curl --request PUT \
--url https://{FUSION HOST}/api/collections/{collection}/synonyms/{path} \
--header 'Content-Type: application/json' \
--data '{
"path": "<string>",
"state": "NOT_READY"
}'
The name of a collection.
The path to a synonyms file.
The file's new path and state.
The body is of type object
.
Was this page helpful?