diff --git a/authors-tools/swagger.json b/authors-tools/swagger.json index 8897147..ff6e1ea 100644 --- a/authors-tools/swagger.json +++ b/authors-tools/swagger.json @@ -1,36 +1,32 @@ { - "openapi": "3.1.0", - "info": { - "title": "authors-tools - Outils sur les auteurs", - "summary": "Cette instance propose des outils pour traiter les auteurs.", - "version": "2.5.2", - "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://vptdmservices.intra.inist.fr:49229/", - "description": "Latest version for production", - "x-profil": "Standard" - }, - { - "url": "http://vitdmservices.intra.inist.fr:49230/", - "description": "only for personal or local usage" - } - ], + "openapi": "3.0.0", + "info": { + "title": "authors-tools - Les web services qui se lancent sur le champs 'authors'", + "description": "Regroupe tous les web services qui traitent des auteurs (noms, affiliations...)", + "version": "2.5.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." + }, + { + "url": "http://vptdmservices.intra.inist.fr:49263/", + "description": "Latest version for production", + "x-profil": "Standard" + } + ], "tags": [ { "name": "authors-tools", - "description": "Outils sur les auteurs", + "description": "Les web services qui se lancent sur le champs 'authors'", "externalDocs": { "description": "Plus de documentation", - "url": "https://gitbucket.inist.fr/tdm/web-services/tree/master/authors-tools" + "url": "https://github.com/inist-cnrs/web-services/tree/main/services/authors-tools" } } ]