curl --request GET \
--url https://{FUSION HOST}/api/collections/{collection}/synonyms/{path}
{
"path": "<string>",
"state": "NOT_READY"
}
Return editing READY/NOT_READY status for a single synonyms file (or 404).
curl --request GET \
--url https://{FUSION HOST}/api/collections/{collection}/synonyms/{path}
{
"path": "<string>",
"state": "NOT_READY"
}
The name of a collection.
The path to a synonyms file.
successful operation
The response is of type object
.
Was this page helpful?