OpenApiCallback.AddPathItem(RuntimeExpression, OpenApiPathItem) Method

Definition

Add a OpenApiPathItem into the PathItems.

public void AddPathItem (Microsoft.OpenApi.Expressions.RuntimeExpression expression, Microsoft.OpenApi.Models.OpenApiPathItem pathItem);
member this.AddPathItem : Microsoft.OpenApi.Expressions.RuntimeExpression * Microsoft.OpenApi.Models.OpenApiPathItem -> unit
Public Sub AddPathItem (expression As RuntimeExpression, pathItem As OpenApiPathItem)

Parameters

expression
RuntimeExpression

The runtime expression.

pathItem
OpenApiPathItem

The path item.

Applies to