-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path00-head.yaml
84 lines (70 loc) · 1.64 KB
/
00-head.yaml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
openapi: 3.1.0
info:
title: Vements REST API
version: 1.0.3
summary: Vements REST API
description: |
This specification describes the Vements REST API, its endpoints, and
the data structures used to communicate with it.
x-namespace:
- vements
x-subtitle: Achievements and scoreboards for everyone
termsOfService: https://vements.io/terms
contact:
name: Vements Support Contact
url: https://vements.io
email: [email protected]
license:
name: MIT
url: https://opensource.org/license/mit/
externalDocs:
description: Vements REST API Documentation
url: https://vements.io/docs
servers:
- url: https://a.vements.io/{basePath}
description: Production Server
variables:
basePath:
default: api/rest/v1.0.3/
x-tags:
- production
- url: http://api.localtest.me/{basePath}
description: Development Server (Host)
variables:
basePath:
default: api/rest/v1.0.3/
x-tags:
- development
- host
- full
- url: http://localhost:9000/{basePath}
description: Development Server (Host Substitute)
variables:
basePath:
default: api/rest/v1.0.3/
x-tags:
- development
- host
- substitute
- url: http://api-server-a:8080/{basePath}
description: Development Server (Container)
variables:
basePath:
default: api/rest/v1.0.3/
x-tags:
- development
- container
- full
- url: http://substitute-server:9000/{basePath}
description: Development Server (Container Substitute)
variables:
basePath:
default: api/rest/v1.0.3/
x-tags:
- development
- container
- substitute
security:
- ApiKeyAuth:
- read
- write