diff --git a/authors-tools/README.md b/authors-tools/README.md index 48abf57..4a8857c 100644 --- a/authors-tools/README.md +++ b/authors-tools/README.md @@ -87,7 +87,7 @@ ### Fichier de sortie : Un tableau d'objets. Ci-dessous, une illustration de cet objet. -```pythongit a +```python objet = { "id" : "1", "value" : { diff --git a/authors-tools/swagger.json b/authors-tools/swagger.json index 929631d..4f07b70 100644 --- a/authors-tools/swagger.json +++ b/authors-tools/swagger.json @@ -11,11 +11,11 @@ }], "tags": [ { - "name": "orcid_disambiguation", - "description": "Authorname disambiguation with orcid ", + "name": "authors-tools", + "description": "Outils de traitements autour des auteurs", "externalDocs": { "description": "Plus de documentation", - "url": "https://gitbucket.inist.fr/tdm/web-services/tree/master/orcid-disambiguation" + "url": "https://gitbucket.inist.fr/tdm/web-services/tree/master/author-tools" } } ]