OpenApiParameter.Name Property

Definition

REQUIRED. The name of the parameter. Parameter names are case sensitive. If in is "path", the name field MUST correspond to the associated path segment from the path field in the Paths Object. If in is "header" and the name field is "Accept", "Content-Type" or "Authorization", the parameter definition SHALL be ignored. For all other cases, the name corresponds to the parameter name used by the in property.

public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String

Property Value

Applies to