Share via


OpenApiConvertSettings.DeclarePathParametersOnPathItem Property

Definition

Gets/Sets a value indicating whether path parameters should be declared on path item object. If true, path parameters will be declared on the path item object, otherwise they will be declared on the operation object.

public bool DeclarePathParametersOnPathItem { get; set; }
member this.DeclarePathParametersOnPathItem : bool with get, set
Public Property DeclarePathParametersOnPathItem As Boolean

Property Value

Applies to