v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Projects

Get outdated project SDKs

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

get/api/admin/projects/{projectId}/sdks/outdated

Path parameters

projectIdstring required

Response

outdatedSdksSchema

Example response

{
  "sdks": [
    {
      "sdkVersion": "unleash-client-java:7.0.0",
      "applications": [
        "accounting"
      ]
    }
  ]
}