diff --git a/mapping-tools/swagger.json b/mapping-tools/swagger.json index 66164b5..2594728 100644 --- a/mapping-tools/swagger.json +++ b/mapping-tools/swagger.json @@ -1,5 +1,6 @@ { "servers": [{ + "url": "{scheme}://{hostname}", "variables": { "scheme": { "default": "https" diff --git a/mapping-tools/v1/rnsr/instituts-cnrs/json.ini b/mapping-tools/v1/rnsr/instituts-cnrs/json.ini index d6f1a3c..947e61e 100644 --- a/mapping-tools/v1/rnsr/instituts-cnrs/json.ini +++ b/mapping-tools/v1/rnsr/instituts-cnrs/json.ini @@ -1,10 +1,12 @@ # OpenAPI Documentation - JSON format (dot notation) mimeType = application/json -post.responses.default.description = Renvoie un JSON, composé d'`id`, `value`, avec `value` étant un Institut du CNRS +post.operationId = post-v1-rnsr-instituts-cnrs-json +post.description = Retrouve un institut du CNRS dans lequel se trouve la structure de recherche française dont l identifiant RNSR est fourni. +post.responses.default.description = Renvoie un JSON, composé d `id`, `value`, avec `value` étant un Institut du CNRS post.responses.default.content.application/json.schema.$ref = #/components/schemas/IdInstitutes post.tags.0: mapping -post.summary: Trouve l'Institut du CNRS dans lequel se trouve une structure de recherche +post.summary: Trouve l Institut du CNRS dans lequel se trouve une structure de recherche post.requestBody.required = true post.requestBody.content.application/json.schema.$ref = #/components/schemas/IdRNSRs1