Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 808 Bytes

VersionApi.md

File metadata and controls

36 lines (18 loc) · 808 Bytes

\VersionApi

All URIs are relative to http://localhost:8080/engine-rest

Method HTTP request Description
get_rest_api_version get /version

get_rest_api_version

crate::models::VersionDto get_rest_api_version()

Retrieves the version of the Rest API.

Parameters

This endpoint does not need any parameter.

Return type

crate::models::VersionDto

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]