PUT
/
collections
/
{collection}
/
synonyms
/
{path}
Update a synonyms file
curl --request PUT \
  --url https://{FUSION HOST}/api/collections/{collection}/synonyms/{path} \
  --header 'Content-Type: application/json' \
  --data '{
  "path": "<string>",
  "state": "NOT_READY"
}'

Path Parameters

collection
string
required

The name of a collection.

path
string
required

The path to a synonyms file.

Body

application/json

The file's new path and state.

The body is of type object.