SwaggerDocumentManager.AddOrUpdateSwaggerDocumentAsync(JObject) Method

Definition

public System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JObject> AddOrUpdateSwaggerDocumentAsync (Newtonsoft.Json.Linq.JObject swaggerDocumentJson);
abstract member AddOrUpdateSwaggerDocumentAsync : Newtonsoft.Json.Linq.JObject -> System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JObject>
override this.AddOrUpdateSwaggerDocumentAsync : Newtonsoft.Json.Linq.JObject -> System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JObject>
Public Function AddOrUpdateSwaggerDocumentAsync (swaggerDocumentJson As JObject) As Task(Of JObject)

Parameters

swaggerDocumentJson
Newtonsoft.Json.Linq.JObject

Returns

Task<Newtonsoft.Json.Linq.JObject>

Implements

Applies to