forked from laiweijian4/doc-exports
Reviewed-by: Hajba, László Antal <laszlo-antal.hajba@t-systems.com> Co-authored-by: zhoumeng <zhoumeng35@huawei.com> Co-committed-by: zhoumeng <zhoumeng35@huawei.com>
2.1 KiB
2.1 KiB
Querying Versions
Function
Queries all available versions.
If there is no version added to the URL, all available versions are returned.
URI
GET /versions
Request
None
Response
None
Example
- Example request
GET /versions
- Example response
{ "versions": [ { "id": "v3", "status": "CURRENT" }, { "id": "v2", "status": "STABLE" }, { "id": "v2.0", "status": "STABLE" } ] }