forked from docs/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 /
Request
None
Response
None
Example
- Example request
GET /
- Example response
{ "versions": [ { "status": "CURRENT", "id": "v2.0", "links": [ { "href": "http://192.168.82.231:9696/v2.0", "rel": "self" } ] } ] }