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