diff --git a/biblio-tools/v1/hal/works/expand.ini b/biblio-tools/v1/hal/works/expand.ini index d3248ec..4ee79f0 100644 --- a/biblio-tools/v1/hal/works/expand.ini +++ b/biblio-tools/v1/hal/works/expand.ini @@ -1,7 +1,7 @@ # OpenAPI Documentation - JSON format (dot notation) mimeType = application/json -post.operationId = post-v1-crossref-works-expand +post.operationId = post-v1-hal-works-expand post.description = Récupération des métadonnées associées à un DOI dans HAL post.summary = Récupération à partir d'un tableau d'objets avec à minima un champ value contenant le DOI post.tags.0 = biblio-tools diff --git a/biblio-tools/v1/istex/works/expand.ini b/biblio-tools/v1/istex/works/expand.ini index 0c2425d..304418c 100644 --- a/biblio-tools/v1/istex/works/expand.ini +++ b/biblio-tools/v1/istex/works/expand.ini @@ -1,7 +1,7 @@ # OpenAPI Documentation - JSON format (dot notation) mimeType = application/json -post.operationId = post-v1-crossref-works-expand +post.operationId = post-v1-istex-works-expand post.description = Récupération des métadonnées associées à un DOI dans ISTEX post.summary = Récupération à partir d'un tableau d'objets avec à minima un champ value contenant le DOI post.tags.0 = biblio-tools diff --git a/biblio-tools/v1/wos/fetch.ini b/biblio-tools/v1/wos/fetch.ini index 9d8cd9c..7af2712 100644 --- a/biblio-tools/v1/wos/fetch.ini +++ b/biblio-tools/v1/wos/fetch.ini @@ -5,6 +5,9 @@ post.description = Recherche et récuperation dans le Web of science post.summary = Récupération de notices WOS à partir d'un tableau de requetes post.tags.0 = biblio-tools +post.responses.default.content.application/json.example.0.value = { ... } +post.responses.default.content.application/json.schema.$ref = #/components/schemas/JSONStream +post.responses.default.description = une réponse sous forme d'un objet ou n/a pour chaque DOI post.requestBody.content.application/json.example.0.value.databaseId = WOK post.requestBody.content.application/json.example.0.value.usrQuery = TS=(cadmium) post.requestBody.content.application/json.example.0.value.count = 5