GET /sdk/{language}/changelog
Return the version changelog list for a specified language SDK (sorted by version descending)
Gateway - Developer Tools None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
language |
path |
string |
Yes |
|
|
|
SDK language (go, javascript, python, java) |
Responses
| Status | Description | Schema |
| 200 | Changelog list | object |
| 400 | Invalid request parameters | object |
| 500 | Internal server error | object |