Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions docs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,10 @@ info:
title: CloudShopt User Service API
version: 1.0.0
tags:
- name: Health
- name: Diagnostics
- name: Auth

paths:
/healthz:
get:
tags: [Health]
summary: Health check
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: "#/components/schemas/StatusOkBool"

/info:
get:
tags: [Diagnostics]
Expand Down Expand Up @@ -151,14 +138,6 @@ components:
type: array
items: { type: string }

StatusOkBool:
type: object
required: [ok]
properties:
ok:
type: boolean
example: true

InfoResponse:
type: object
required: [ok, service, sha, time]
Expand Down