OpenApiCallback.AddPathItem(RuntimeExpression, OpenApiPathItem) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.