From bd023bdcd0b5d6b92db1768ed1572f024e838d00 Mon Sep 17 00:00:00 2001 From: Robert Wallach Date: Thu, 8 Feb 2018 15:59:06 -0600 Subject: [PATCH] Update shared-params-responses.md --- articles/modeling/shared-params-responses.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/articles/modeling/shared-params-responses.md b/articles/modeling/shared-params-responses.md index dc70511..0b19ff1 100644 --- a/articles/modeling/shared-params-responses.md +++ b/articles/modeling/shared-params-responses.md @@ -25,15 +25,15 @@ endpoints without having to duplicate effort. Shared parameters are supported in the following request property locations: - * __path__ - The request URL _path_ + * __path__ - The request URL path * __query__ - The request URL query string * __header__ - The request HTTP Header field object * __body__ - The request HTTP message body * __form-data__ - The request HTTP message body in the `multipart/form-data` format -> For more information the above properties, see the OpenAPIv2 Specification - [here](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#parameter-object) +> For more information the above properties, see the OpenAPI v2 Specification + [OpenAPI v2 Specification](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#parameter-object) Similar to generic request parameters, restrictions on the parameter values can also be applied based on type, expected default value, minimum/maximum length,