Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 800 Bytes

File metadata and controls

33 lines (19 loc) · 800 Bytes

HealthApi

All URIs are relative to http://localhost

Method HTTP request Description
health GET /v1/health Health routes implementation

health

String health()

Health routes implementation

Note: OpenAPI documentation for these endpoints can be found in the `openapi.rs` file Handles the `/health` endpoint.  Returns an `HttpResponse` with a status of `200 OK` and a body of `\"OK\"`.

Parameters

This endpoint does not need any parameter.

Return type

String

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: text/plain