diff --git a/fund-ner/swagger.json b/fund-ner/swagger.json index d374e1e..cf105b0 100644 --- a/fund-ner/swagger.json +++ b/fund-ner/swagger.json @@ -1,33 +1,33 @@ { - "openapi": "3.0.0", - "info": { - "title": "fund-ner - Detection de financeurs", - "summary": "Detection de financeurs", - "version": "1.0.1", - "termsOfService": "https://services.istex.fr/", - "contact": { - "name": "Inist-CNRS", - "url": "https://www.inist.fr/nous-contacter/" - } + "openapi": "3.0.0", + "info": { + "title": "funder-ner - Détection de financeurs", + "description": "Détecte des financeurs dans un article en anglais et renvoie la liste des financeurs repérés.", + "version": "1.0.3", + "termsOfService": "https://services.istex.fr/", + "contact": { + "name": "Inist-CNRS", + "url": "https://www.inist.fr/nous-contacter/" + } + }, + "servers": [ + { + "x-comment": "Will be automatically completed by the ezs server." }, - "servers": [ - { - "x-comment": "Will be automatically completed by the ezs server." - }, - { - "url": "http://vptdmservices.intra.inist.fr:49243/", - "description": "Latest version for production", - "x-profil": "Standard" + { + "url": "http://vptdmservices.intra.inist.fr:49279/", + "description": "Latest version for production", + "x-profil": "Standard" + } + ], + "tags": [ + { + "name": "funder-ner", + "description": "Détection de financeurs", + "externalDocs": { + "description": "Plus de documentation", + "url": "https://github.com/inist-cnrs/web-services/tree/main/services/funder-ner" } - ], - "tags": [ - { - "name": "fund-ner", - "description": "Detection de financeurs", - "externalDocs": { - "description": "Plus de documentation", - "url": "https://gitbucket.inist.fr/tdm/web-services/fund-ner/README.md" - } - } - ] - } \ No newline at end of file + } + ] +} \ No newline at end of file