Skip to content

Commit dff98ce

Browse files
committed
api docs
1 parent aaf8ea5 commit dff98ce

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

docs/openapi.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,11 @@ info:
33
title: CloudShopt Payment Service API
44
version: 1.0.0
55
tags:
6-
- name: Health
76
- name: Diagnostics
87
- name: Checkout
98
- name: Webhooks
109

1110
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-
2411
/info:
2512
get:
2613
tags: [Diagnostics]
@@ -150,12 +137,6 @@ components:
150137
type: array
151138
items: { type: string }
152139

153-
StatusOkBool:
154-
type: object
155-
required: [ok]
156-
properties:
157-
ok: { type: boolean, example: true }
158-
159140
InfoResponse:
160141
type: object
161142
required: [ok, service, sha, time]

0 commit comments

Comments
 (0)