ApiDescription
ApiDescription
A collection of all currently supported api versions.
JSON Example
{
"apiVersion": "string",
"documentationLink": "string",
"deprecationPolicy": {
"deprecatedAt": "string",
"expiresAt": "string",
"description": "string"
}
}
string
apiVersion
Required
The version of the API in yyyy-MM-dd format (UTC).
string
documentationLink
Required
The link to the documentation of this api version
deprecationPolicy
Optional
The deprecation policy may contain information whether the api is in deprecated state and when it expires.