Open
Description
It is possible to define a security scheme as
QueryKey:
type: apiKey
in: query
name: myparam
corresponding to
parameters:
- name: myparam
in: query
required: true
while the first approach adds the notion that the required parameter is related to security.
However there seems to be no way to define a security scheme about a required parameter in an application/x-www-form-urlencoded
body adding the same security notion.