@@ -104,8 +104,10 @@ openapi: 3.1.0
104104paths :
105105 /echo :
106106 post :
107- description : " Echo back the provided utterance.\n\n Args:\n request (Utterance):\
108- \ The utterance to echo back.\n\n Returns:\n Echo: The echo.\n\n Raises:\n \
107+ description : " Echo back the provided utterance.\n\n Args:\n request
108+ (Utterance):\
109+ \ The utterance to echo back.\n\n Returns:\n Echo: The
110+ echo.\n\n Raises:\n \
109111 \ 422 Unprocessable Entity: If utterance is not provided or empty."
110112 operationId : echo_v2_echo_post
111113 requestBody :
@@ -132,12 +134,18 @@ paths:
132134 - Basics
133135 /health :
134136 get :
135- description : " Check the health of the service.\n\n This endpoint returns the\
136- \ health status of the service.\n The health status can be either UP or DOWN.\n \
137- If the service is healthy, the status will be UP.\n If the service is unhealthy,\
138- \ the status will be DOWN and a reason will be provided.\n The response will\
139- \ have a 200 OK status code if the service is healthy,\n and a 500 Internal\
140- \ Server Error status code if the service is unhealthy.\n\n Returns:\n Health:\
137+ description : " Check the health of the service.\n\n This endpoint returns
138+ the\
139+ \ health status of the service.\n The health status can be either UP or
140+ DOWN.\n \
141+ If the service is healthy, the status will be UP.\n If the service is
142+ unhealthy,\
143+ \ the status will be DOWN and a reason will be provided.\n The response
144+ will\
145+ \ have a 200 OK status code if the service is healthy,\n and a 500
146+ Internal\
147+ \ Server Error status code if the service is unhealthy.\n\n Returns:\n
148+ Health:\
141149 \ The health status of the service."
142150 operationId : health_health_get
143151 responses :
@@ -152,12 +160,18 @@ paths:
152160 - Observability
153161 /healthz :
154162 get :
155- description : " Check the health of the service.\n\n This endpoint returns the\
156- \ health status of the service.\n The health status can be either UP or DOWN.\n \
157- If the service is healthy, the status will be UP.\n If the service is unhealthy,\
158- \ the status will be DOWN and a reason will be provided.\n The response will\
159- \ have a 200 OK status code if the service is healthy,\n and a 500 Internal\
160- \ Server Error status code if the service is unhealthy.\n\n Returns:\n Health:\
163+ description : " Check the health of the service.\n\n This endpoint returns
164+ the\
165+ \ health status of the service.\n The health status can be either UP or
166+ DOWN.\n \
167+ If the service is healthy, the status will be UP.\n If the service is
168+ unhealthy,\
169+ \ the status will be DOWN and a reason will be provided.\n The response
170+ will\
171+ \ have a 200 OK status code if the service is healthy,\n and a 500
172+ Internal\
173+ \ Server Error status code if the service is unhealthy.\n\n Returns:\n
174+ Health:\
161175 \ The health status of the service."
162176 operationId : health_healthz_get
163177 responses :
@@ -172,7 +186,8 @@ paths:
172186 - Observability
173187 /hello-world :
174188 get :
175- description : " Return a hello world message.\n\n Returns:\n _HelloWorldResponse:\
189+ description : " Return a hello world message.\n\n Returns:\n
190+ _HelloWorldResponse:\
176191 \ A response containing the hello world message."
177192 operationId : hello_world_hello_world_get
178193 responses :
0 commit comments