location property
The location of the parameter.
REQUIRED. Possible values are "query", "header", "path" or "cookie". EXCEPT when used as response header 🤦️
Implementation
APIParameterLocation? location;
The location of the parameter.
REQUIRED. Possible values are "query", "header", "path" or "cookie". EXCEPT when used as response header 🤦️
APIParameterLocation? location;