We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30fa285 + e302de2 commit a95a806Copy full SHA for a95a806
1 file changed
docs/openapi.yaml
@@ -3,23 +3,10 @@ info:
3
title: CloudShopt User Service API
4
version: 1.0.0
5
tags:
6
- - name: Health
7
- name: Diagnostics
8
- name: Auth
9
10
paths:
11
- /healthz:
12
- get:
13
- tags: [Health]
14
- summary: Health check
15
- responses:
16
- "200":
17
- description: OK
18
- content:
19
- application/json:
20
- schema:
21
- $ref: "#/components/schemas/StatusOkBool"
22
-
23
/info:
24
get:
25
tags: [Diagnostics]
@@ -151,14 +138,6 @@ components:
151
138
type: array
152
139
items: { type: string }
153
140
154
- StatusOkBool:
155
- type: object
156
- required: [ok]
157
- properties:
158
- ok:
159
- type: boolean
160
- example: true
161
162
141
InfoResponse:
163
142
type: object
164
143
required: [ok, service, sha, time]
0 commit comments