ParameterLocation Enum
Namespace: Json.Schema.Api.OpenApi
Defines the different parameter locations.
Values
| Name | Summary |
|---|---|
| Unspecified | Indicates the location is unknown. |
| Query | Indicates the parameter is in the query string. |
| Header | Indicates the parameter is in a header. |
| Path | Indicates the parameter is in the path. |
| Cookie | Indicates the parameter is in a cookie. |