Skip to main content

Get outdated project SDKs

GET 

/api/admin/projects/:projectId/sdks/outdated

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

Request

Path Parameters

    projectId stringrequired

Responses

outdatedSdksSchema

Schema

    sdks

    object[]

    required

    A list of SDKs

  • Array [

  • sdkVersion stringrequired

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

    Example: unleash-client-java:7.0.0
    applications string[]required

    A list of applications using the SDK version

  • ]

Loading...