Update shared-params-responses.md

This commit is contained in:
Robert Wallach
2018-02-08 15:59:06 -06:00
committed by GitHub
parent 61affc25aa
commit bd023bdcd0

View File

@@ -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
<!-- theme: info -->
> 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,