Partager via


SwaggerController.AddOrUpdateSwaggerDocumentAsync(JObject) Méthode

Définition

[System.Web.Http.HttpPost]
[System.Web.Http.Route("admin/host/swagger")]
public System.Threading.Tasks.Task<System.Web.Http.IHttpActionResult> AddOrUpdateSwaggerDocumentAsync (Newtonsoft.Json.Linq.JObject swaggerDocumentJson);
[<System.Web.Http.HttpPost>]
[<System.Web.Http.Route("admin/host/swagger")>]
member this.AddOrUpdateSwaggerDocumentAsync : Newtonsoft.Json.Linq.JObject -> System.Threading.Tasks.Task<System.Web.Http.IHttpActionResult>
Public Function AddOrUpdateSwaggerDocumentAsync (swaggerDocumentJson As JObject) As Task(Of IHttpActionResult)

Paramètres

swaggerDocumentJson
Newtonsoft.Json.Linq.JObject

Retours

Task<System.Web.Http.IHttpActionResult>
Attributs
System.Web.Http.HttpPostAttribute System.Web.Http.RouteAttribute

S’applique à