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"
]
}
]
}