Get the synonyms file editing status
import requests
url = "https://{FUSION HOST}/api/collections/{collection}/synonyms/{path}"
response = requests.get(url)
print(response.text){
"path": "<string>"
}Get the synonyms file editing status
Return editing READY/NOT_READY status for a single synonyms file (or 404).
GET
/
collections
/
{collection}
/
synonyms
/
{path}
Get the synonyms file editing status
import requests
url = "https://{FUSION HOST}/api/collections/{collection}/synonyms/{path}"
response = requests.get(url)
print(response.text){
"path": "<string>"
}Was this page helpful?
⌘I