Skip to content

Commit

Permalink
Merge pull request #42 from Inist-CNRS/services/affiliation-rnsr/migr…
Browse files Browse the repository at this point in the history
…ate-service

Services/affiliation rnsr/migrate service
  • Loading branch information
leogail authored Feb 6, 2024
2 parents 6616eda + 0d3fdb8 commit 1f1a20f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions services/affiliation-rnsr/swagger.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"openapi": "3.0.0",
"openapi": "3.1.0",
"info": {
"title": "affiliation-rnsr - Trouve un RNSR à partir d'une affiliation.",
"summary": "Pour chaque affiliation séparées par un point virgule, retourne un RNSR. Retourne n/a si aucun RNSR n'est trouvé.",
Expand All @@ -15,9 +15,9 @@
"x-comment": "Will be automatically completed by the ezs server."
},
{
"url": "http://vptdmservices.intra.inist.fr:49225/",
"url": "http://vptdmservices.intra.inist.fr:49246/",
"description": "Latest version for production",
"#DISABLED#x-profil": "Standard"
"x-profil": "Standard"
}
],
"tags": [
Expand All @@ -30,4 +30,4 @@
}
}
]
}
}
4 changes: 2 additions & 2 deletions services/base-line-python/swagger.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"openapi": "3.0.0",
"openapi": "3.1.0",
"info": {
"title": "base-line-python - Services en python dédiés aux tests",
"summary": "Vérifie la faisabilité de services en python",
Expand Down Expand Up @@ -30,4 +30,4 @@
}
}
]
}
}
4 changes: 2 additions & 2 deletions services/base-line/swagger.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"openapi": "3.0.0",
"openapi": "3.1.0",
"info": {
"title": "base-line - Services dédiés aux tests",
"summary": "Propose plusieurs services ne proposant aucun traitement ce qui permet de vérfier ou mesurer les connexions ou les temps de réponse",
Expand Down Expand Up @@ -30,4 +30,4 @@
}
}
]
}
}
4 changes: 2 additions & 2 deletions services/biblio-ref/swagger.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"openapi": "3.0.0",
"openapi": "3.1.0",
"info": {
"title": "biblio-ref - Valide une référence bibliographique",
"summary": "Si un DOI est trouvé dans la référence bibliographique, valide la référence et indique si elle est rétractée",
Expand Down Expand Up @@ -30,4 +30,4 @@
}
}
]
}
}
2 changes: 1 addition & 1 deletion services/terms-extraction/swagger.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"openapi": "3.0.0",
"openapi": "3.1.0",
"info": {
"title": "terms-extraction - Extraction de termes",
"summary": "Extraction de termes à partir de textes en anglais ou en français.",
Expand Down

0 comments on commit 1f1a20f

Please sign in to comment.