diff --git a/terms-extraction/swagger.json b/terms-extraction/swagger.json index 67f52c1..ba3c094 100644 --- a/terms-extraction/swagger.json +++ b/terms-extraction/swagger.json @@ -2,8 +2,8 @@ "openapi": "3.1.0", "info": { "title": "terms-extraction - Extraction de termes", - "summary": "Ce serveur propose des services d'extraction de termes dans des textes.", - "version": "1.5.1", + "summary": "Extraction de termes à partir de textes en anglais ou en français.", + "version": "1.6.0", "termsOfService": "https://services.istex.fr/", "contact": { "name": "Inist-CNRS", @@ -15,13 +15,9 @@ "x-comment": "Will be automatically completed by the ezs server." }, { - "url": "http://vptdmservices.intra.inist.fr:49245/", + "url": "http://vptdmservices.intra.inist.fr:49253/", "description": "Latest version for production", "x-profil": "Standard" - }, - { - "url": "http://vitdmservices.intra.inist.fr:49281/", - "description": "only for personal or local usage" } ], "tags": [ @@ -30,8 +26,8 @@ "description": "Extraction de termes", "externalDocs": { "description": "Plus de documentation", - "url": "https://gitbucket.inist.fr/tdm/web-services/tree/master/terms-extraction" + "url": "https://github.com/inist-cnrs/web-services/tree/main/services/terms-extraction" } } ] -} \ No newline at end of file +}