From a991da4dfc9203fb1d7f20f84c5ed282e282860d Mon Sep 17 00:00:00 2001 From: Robert Wallach Date: Tue, 20 Mar 2018 16:10:21 -0500 Subject: [PATCH] Update shared-params-responses.md --- articles/modeling/shared-params-responses.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/articles/modeling/shared-params-responses.md b/articles/modeling/shared-params-responses.md index cc1493b..6a39fa7 100644 --- a/articles/modeling/shared-params-responses.md +++ b/articles/modeling/shared-params-responses.md @@ -31,7 +31,6 @@ Shared parameters are supported in the following request property locations: * __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 [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 @@ -137,7 +136,7 @@ Shared responses allow you to configure the following properties: * Response body - Customize the HTTP message body contents using the Stoplight modeling tool (or reference a pre-existing model) - + > For more information on the above properties, see the OpenAPI v2 Specification [here](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#responseObject)