ApiCreateOrUpdateParameter.Format Property

Definition

Gets or sets format of the Content in which the API is getting imported. Possible values include: 'wadl-xml', 'wadl-link-json', 'swagger-json', 'swagger-link-json', 'wsdl', 'wsdl-link', 'openapi', 'openapi+json', 'openapi-link', 'openapi+json-link', 'graphql-link'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.format")]
public string Format { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.format")>]
member this.Format : string with get, set
Public Property Format As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to