ApiDescription

ApiDescription
ApiDescription

A collection of all currently supported api versions.

JSON Example
{
    "apiVersion": "string",
    "deprecationPolicy": {
        "deprecatedAt": "string",
        "description": "string",
        "expiresAt": "string"
    },
    "documentationLink": "string"
}
string
apiVersion
Required

The version of the API in yyyy-MM-dd format (UTC).

deprecationPolicy
Optional

The deprecation policy may contain information whether the api is in deprecated state and when it expires.

string
documentationLink
Required

The link to the documentation of this api version

Property Of