cURL
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.
The name of a collection.
The path to a synonyms file.
The file's new path and state.
NOT_READY
READY
NOT_SAVED
Was this page helpful?