diff --git a/data-computer/swagger.json b/data-computer/swagger.json index b93b6ce..76dfac4 100644 --- a/data-computer/swagger.json +++ b/data-computer/swagger.json @@ -1,37 +1,33 @@ { - "openapi": "3.1.0", - "info": { - "title": "data-computer - Calculs sur fichier corpus compressé", - "summary": "Algorithmes de calculs sur un corpus compressé", - "version": "2.9.5", - "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." - }, - { - "url": "http://vptdmjobs.intra.inist.fr:49159/", - "description": "Production release", - "x-profil": "Standard" - }, - { - "url": "http://vitdmservices.intra.inist.fr:49313/", - "description": "For internal tests" - } - ], - "tags": [ - { - "name": "data-computer", - "description": "Calculs sur fichier corpus compressé", - "externalDocs": { - "description": "Plus de documentation", - "url": "https://gitbucket.inist.fr/tdm/web-services/tree/master/data-computer" - } - } - ] + "openapi": "3.0.0", + "info": { + "title": "data-computer - Calculs sur fichier corpus compressé", + "summary": "Algorithmes de calculs sur un corpus compressé", + "version": "2.10.0", + "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." + }, + { + "url": "http://vptdmjobs.intra.inist.fr:49166/", + "description": "Latest version for production", + "x-profil": "Standard" + } + ], + "tags": [ + { + "name": "data-computer", + "description": "Calculs sur fichier corpus compressé", + "externalDocs": { + "description": "Plus de documentation", + "url": "https://github.com/inist-cnrs/web-services/tree/main/services/data-computer" + } + } + ] }