Skip to content

Commit 6dcac76

Browse files
Update API definition
1 parent 1177956 commit 6dcac76

File tree

1 file changed

+118
-3
lines changed

1 file changed

+118
-3
lines changed

app/src/main/assets/openapi.yaml

+118-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
openapi: 3.0.3
33
info:
44
title: Fyreplace API
5-
version: v0.8.0
5+
version: v0.9.0
66
paths:
77
/emails:
88
get:
@@ -28,6 +28,12 @@ paths:
2828
type: array
2929
items:
3030
$ref: "#/components/schemas/Email"
31+
"400":
32+
description: Bad Request
33+
content:
34+
application/json:
35+
schema:
36+
$ref: "#/components/schemas/ViolationReport"
3137
"401":
3238
description: Not Authorized
3339
"403":
@@ -59,6 +65,12 @@ paths:
5965
application/json:
6066
schema:
6167
$ref: "#/components/schemas/Email"
68+
"400":
69+
description: Bad Request
70+
content:
71+
application/json:
72+
schema:
73+
$ref: "#/components/schemas/ViolationReport"
6274
"409":
6375
description: Conflict
6476
content:
@@ -90,6 +102,10 @@ paths:
90102
description: OK
91103
"400":
92104
description: Bad Request
105+
content:
106+
application/json:
107+
schema:
108+
$ref: "#/components/schemas/ViolationReport"
93109
"404":
94110
description: Not Found
95111
"401":
@@ -213,6 +229,10 @@ paths:
213229
$ref: "#/components/schemas/Post"
214230
"400":
215231
description: Bad Request
232+
content:
233+
application/json:
234+
schema:
235+
$ref: "#/components/schemas/ViolationReport"
216236
"401":
217237
description: Not Authorized
218238
"403":
@@ -263,6 +283,10 @@ paths:
263283
type: integer
264284
"400":
265285
description: Bad Request
286+
content:
287+
application/json:
288+
schema:
289+
$ref: "#/components/schemas/ViolationReport"
266290
"401":
267291
description: Not Authorized
268292
"403":
@@ -392,6 +416,10 @@ paths:
392416
description: No Content
393417
"400":
394418
description: Bad Request
419+
content:
420+
application/json:
421+
schema:
422+
$ref: "#/components/schemas/ViolationReport"
395423
"404":
396424
description: Not Found
397425
"401":
@@ -435,6 +463,12 @@ paths:
435463
text/plain:
436464
schema:
437465
type: string
466+
"400":
467+
description: Bad Request
468+
content:
469+
application/json:
470+
schema:
471+
$ref: "#/components/schemas/ViolationReport"
438472
"404":
439473
description: Not Found
440474
"413":
@@ -479,6 +513,10 @@ paths:
479513
description: OK
480514
"400":
481515
description: Bad Request
516+
content:
517+
application/json:
518+
schema:
519+
$ref: "#/components/schemas/ViolationReport"
482520
"404":
483521
description: Not Found
484522
"401":
@@ -524,6 +562,10 @@ paths:
524562
type: string
525563
"400":
526564
description: Bad Request
565+
content:
566+
application/json:
567+
schema:
568+
$ref: "#/components/schemas/ViolationReport"
527569
"404":
528570
description: Not Found
529571
"401":
@@ -563,6 +605,10 @@ paths:
563605
$ref: "#/components/schemas/Comment"
564606
"400":
565607
description: Bad Request
608+
content:
609+
application/json:
610+
schema:
611+
$ref: "#/components/schemas/ViolationReport"
566612
"404":
567613
description: Not Found
568614
"401":
@@ -599,6 +645,10 @@ paths:
599645
$ref: "#/components/schemas/Comment"
600646
"400":
601647
description: Bad Request
648+
content:
649+
application/json:
650+
schema:
651+
$ref: "#/components/schemas/ViolationReport"
602652
"403":
603653
description: Not Allowed
604654
content:
@@ -637,8 +687,6 @@ paths:
637687
schema:
638688
format: int64
639689
type: integer
640-
"400":
641-
description: Bad Request
642690
"404":
643691
description: Not Found
644692
"401":
@@ -673,6 +721,10 @@ paths:
673721
description: No Content
674722
"400":
675723
description: Bad Request
724+
content:
725+
application/json:
726+
schema:
727+
$ref: "#/components/schemas/ViolationReport"
676728
"403":
677729
description: Not Allowed
678730
content:
@@ -711,6 +763,10 @@ paths:
711763
description: OK
712764
"400":
713765
description: Bad Request
766+
content:
767+
application/json:
768+
schema:
769+
$ref: "#/components/schemas/ViolationReport"
714770
"404":
715771
description: Not Found
716772
"401":
@@ -751,6 +807,10 @@ paths:
751807
description: OK
752808
"400":
753809
description: Bad Request
810+
content:
811+
application/json:
812+
schema:
813+
$ref: "#/components/schemas/ViolationReport"
754814
"403":
755815
description: Not Allowed
756816
content:
@@ -788,6 +848,10 @@ paths:
788848
description: OK
789849
"400":
790850
description: Bad Request
851+
content:
852+
application/json:
853+
schema:
854+
$ref: "#/components/schemas/ViolationReport"
791855
"403":
792856
description: Not Allowed
793857
content:
@@ -823,6 +887,12 @@ paths:
823887
description: Unexpected error
824888
"200":
825889
description: OK
890+
"400":
891+
description: Bad Request
892+
content:
893+
application/json:
894+
schema:
895+
$ref: "#/components/schemas/ViolationReport"
826896
"404":
827897
description: Not Found
828898
"401":
@@ -856,6 +926,10 @@ paths:
856926
description: OK
857927
"400":
858928
description: Bad Request
929+
content:
930+
application/json:
931+
schema:
932+
$ref: "#/components/schemas/ViolationReport"
859933
"404":
860934
description: Not Found
861935
"401":
@@ -889,6 +963,10 @@ paths:
889963
description: OK
890964
"400":
891965
description: Bad Request
966+
content:
967+
application/json:
968+
schema:
969+
$ref: "#/components/schemas/ViolationReport"
892970
"403":
893971
description: Not Allowed
894972
content:
@@ -927,6 +1005,10 @@ paths:
9271005
$ref: "#/components/schemas/Report"
9281006
"400":
9291007
description: Bad Request
1008+
content:
1009+
application/json:
1010+
schema:
1011+
$ref: "#/components/schemas/ViolationReport"
9301012
"401":
9311013
description: Not Authorized
9321014
"403":
@@ -959,6 +1041,10 @@ paths:
9591041
$ref: "#/components/schemas/Subscription"
9601042
"400":
9611043
description: Bad Request
1044+
content:
1045+
application/json:
1046+
schema:
1047+
$ref: "#/components/schemas/ViolationReport"
9621048
"401":
9631049
description: Not Authorized
9641050
"403":
@@ -1030,6 +1116,10 @@ paths:
10301116
type: string
10311117
"400":
10321118
description: Bad Request
1119+
content:
1120+
application/json:
1121+
schema:
1122+
$ref: "#/components/schemas/ViolationReport"
10331123
"404":
10341124
description: Not Found
10351125
/tokens/new:
@@ -1077,6 +1167,10 @@ paths:
10771167
description: OK
10781168
"400":
10791169
description: Bad Request
1170+
content:
1171+
application/json:
1172+
schema:
1173+
$ref: "#/components/schemas/ViolationReport"
10801174
"403":
10811175
description: Not Allowed
10821176
content:
@@ -1153,6 +1247,12 @@ paths:
11531247
type: array
11541248
items:
11551249
$ref: "#/components/schemas/Profile"
1250+
"400":
1251+
description: Bad Request
1252+
content:
1253+
application/json:
1254+
schema:
1255+
$ref: "#/components/schemas/ViolationReport"
11561256
"401":
11571257
description: Not Authorized
11581258
"403":
@@ -1276,6 +1376,7 @@ paths:
12761376
content:
12771377
text/plain:
12781378
schema:
1379+
maxLength: 3000
12791380
type: string
12801381
required: true
12811382
responses:
@@ -1289,6 +1390,10 @@ paths:
12891390
type: string
12901391
"400":
12911392
description: Bad Request
1393+
content:
1394+
application/json:
1395+
schema:
1396+
$ref: "#/components/schemas/ViolationReport"
12921397
"401":
12931398
description: Not Authorized
12941399
"403":
@@ -1368,6 +1473,10 @@ paths:
13681473
description: OK
13691474
"400":
13701475
description: Bad Request
1476+
content:
1477+
application/json:
1478+
schema:
1479+
$ref: "#/components/schemas/ViolationReport"
13711480
"403":
13721481
description: Not Allowed
13731482
content:
@@ -1403,6 +1512,12 @@ paths:
14031512
description: Unexpected error
14041513
"200":
14051514
description: OK
1515+
"400":
1516+
description: Bad Request
1517+
content:
1518+
application/json:
1519+
schema:
1520+
$ref: "#/components/schemas/ViolationReport"
14061521
"403":
14071522
description: Not Allowed
14081523
content:

0 commit comments

Comments
 (0)