diff --git a/affiliations-tools/v1/rnsr/json.ini b/affiliations-tools/v1/rnsr/json.ini index a972d0b..ede0e8a 100644 --- a/affiliations-tools/v1/rnsr/json.ini +++ b/affiliations-tools/v1/rnsr/json.ini @@ -1,9 +1,9 @@ # OpenAPI Documentation - JSON format (dot notation) post.responses.default.description = Return a JSON, composed of `id`, `value`, where value is found `RNSR`(s) -post.responses.default.content.application/json.schema.$ref = #/components/IdYearAddresses +post.responses.default.content.application/json.schema.$ref = #/components/IdRNSRs post.summary = Find RNSR to address given in `value`, when possible post.requestBody.required = true -post.requestBody.content.application/json.schema.$ref = #/components/IdRNSRs +post.requestBody.content.application/json.schema.$ref = #/components/IdYearAddresses post.requestBody.content.examples.bordeaux.summary = University of Bordeaux address post.requestBody.content.examples.bordeaux.value.id = 3 post.requestBody.content.examples.bordeaux.value.value.address = University of Bordeaux, IMS, CNRS UMR5218, Talence, F-33405, France