Skip to main content

Get outdated SDKs

GET /api/admin/metrics/sdks/outdated

Returns a list of the outdated SDKS with the applications using them.

Request

Responses

outdatedSdksSchema

Schema
  • sdks object[]required

    A list of SDKs

  • Array [
  • sdkVersion string required

    An outdated SDK version identifier. Usually formatted as "unleash-client-:"

  • applications string[] required

    A list of applications using the SDK version

  • ]
Loading...