Skip to content

Commit a95a806

Browse files
Merge pull request #5 from cloudshopt/dev
api docs
2 parents 30fa285 + e302de2 commit a95a806

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

docs/openapi.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,10 @@ info:
33
title: CloudShopt User Service API
44
version: 1.0.0
55
tags:
6-
- name: Health
76
- name: Diagnostics
87
- name: Auth
98

109
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-
2310
/info:
2411
get:
2512
tags: [Diagnostics]
@@ -151,14 +138,6 @@ components:
151138
type: array
152139
items: { type: string }
153140

154-
StatusOkBool:
155-
type: object
156-
required: [ok]
157-
properties:
158-
ok:
159-
type: boolean
160-
example: true
161-
162141
InfoResponse:
163142
type: object
164143
required: [ok, service, sha, time]

0 commit comments

Comments
 (0)