-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathswagger.yaml
More file actions
32 lines (32 loc) · 852 Bytes
/
swagger.yaml
File metadata and controls
32 lines (32 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
swagger: '2.0'
info:
description: 'Silverback is a free and open source project for web infrastructure, developer APIs, services and SaaS companies to set up their very own status page in minutes.'
version: 1.0.0
title: Silverback
contact:
email: hello@clivern.com
license:
name: Apache 2.0
url: 'https://github.com/silverbackhq/silverback/blob/master/LICENSE'
host: silverbackhq.org
basePath: /
schemes:
- https
- http
paths:
/_healthcheck:
get:
tags:
- healthcheck
summary: Get system health
description: ''
operationId: logoutUser
produces:
- application/json
parameters: []
responses:
default:
description: successful operation
externalDocs:
description: Find out more about silverback
url: 'https://github.com/silverbackhq/silverback'