Home ParameterLocation Enum
ParameterLocation Enum
Cancel

ParameterLocation Enum

ParameterLocation Enum

Namespace: Json.Schema.Api.OpenApi

Defines the different parameter locations.

Values

NameSummary
UnspecifiedIndicates the location is unknown.
QueryIndicates the parameter is in the query string.
HeaderIndicates the parameter is in a header.
PathIndicates the parameter is in the path.
CookieIndicates the parameter is in a cookie.
Contents