2
2
openapi : 3.0.3
3
3
info :
4
4
title : Fyreplace API
5
- version : v0.8 .0
5
+ version : v0.9 .0
6
6
paths :
7
7
/emails :
8
8
get :
@@ -28,6 +28,12 @@ paths:
28
28
type : array
29
29
items :
30
30
$ref : " #/components/schemas/Email"
31
+ " 400 " :
32
+ description : Bad Request
33
+ content :
34
+ application/json :
35
+ schema :
36
+ $ref : " #/components/schemas/ViolationReport"
31
37
" 401 " :
32
38
description : Not Authorized
33
39
" 403 " :
@@ -59,6 +65,12 @@ paths:
59
65
application/json :
60
66
schema :
61
67
$ref : " #/components/schemas/Email"
68
+ " 400 " :
69
+ description : Bad Request
70
+ content :
71
+ application/json :
72
+ schema :
73
+ $ref : " #/components/schemas/ViolationReport"
62
74
" 409 " :
63
75
description : Conflict
64
76
content :
@@ -90,6 +102,10 @@ paths:
90
102
description : OK
91
103
" 400 " :
92
104
description : Bad Request
105
+ content :
106
+ application/json :
107
+ schema :
108
+ $ref : " #/components/schemas/ViolationReport"
93
109
" 404 " :
94
110
description : Not Found
95
111
" 401 " :
@@ -213,6 +229,10 @@ paths:
213
229
$ref : " #/components/schemas/Post"
214
230
" 400 " :
215
231
description : Bad Request
232
+ content :
233
+ application/json :
234
+ schema :
235
+ $ref : " #/components/schemas/ViolationReport"
216
236
" 401 " :
217
237
description : Not Authorized
218
238
" 403 " :
@@ -263,6 +283,10 @@ paths:
263
283
type : integer
264
284
" 400 " :
265
285
description : Bad Request
286
+ content :
287
+ application/json :
288
+ schema :
289
+ $ref : " #/components/schemas/ViolationReport"
266
290
" 401 " :
267
291
description : Not Authorized
268
292
" 403 " :
@@ -392,6 +416,10 @@ paths:
392
416
description : No Content
393
417
" 400 " :
394
418
description : Bad Request
419
+ content :
420
+ application/json :
421
+ schema :
422
+ $ref : " #/components/schemas/ViolationReport"
395
423
" 404 " :
396
424
description : Not Found
397
425
" 401 " :
@@ -435,6 +463,12 @@ paths:
435
463
text/plain :
436
464
schema :
437
465
type : string
466
+ " 400 " :
467
+ description : Bad Request
468
+ content :
469
+ application/json :
470
+ schema :
471
+ $ref : " #/components/schemas/ViolationReport"
438
472
" 404 " :
439
473
description : Not Found
440
474
" 413 " :
@@ -479,6 +513,10 @@ paths:
479
513
description : OK
480
514
" 400 " :
481
515
description : Bad Request
516
+ content :
517
+ application/json :
518
+ schema :
519
+ $ref : " #/components/schemas/ViolationReport"
482
520
" 404 " :
483
521
description : Not Found
484
522
" 401 " :
@@ -524,6 +562,10 @@ paths:
524
562
type : string
525
563
" 400 " :
526
564
description : Bad Request
565
+ content :
566
+ application/json :
567
+ schema :
568
+ $ref : " #/components/schemas/ViolationReport"
527
569
" 404 " :
528
570
description : Not Found
529
571
" 401 " :
@@ -563,6 +605,10 @@ paths:
563
605
$ref : " #/components/schemas/Comment"
564
606
" 400 " :
565
607
description : Bad Request
608
+ content :
609
+ application/json :
610
+ schema :
611
+ $ref : " #/components/schemas/ViolationReport"
566
612
" 404 " :
567
613
description : Not Found
568
614
" 401 " :
@@ -599,6 +645,10 @@ paths:
599
645
$ref : " #/components/schemas/Comment"
600
646
" 400 " :
601
647
description : Bad Request
648
+ content :
649
+ application/json :
650
+ schema :
651
+ $ref : " #/components/schemas/ViolationReport"
602
652
" 403 " :
603
653
description : Not Allowed
604
654
content :
@@ -637,8 +687,6 @@ paths:
637
687
schema :
638
688
format : int64
639
689
type : integer
640
- " 400 " :
641
- description : Bad Request
642
690
" 404 " :
643
691
description : Not Found
644
692
" 401 " :
@@ -673,6 +721,10 @@ paths:
673
721
description : No Content
674
722
" 400 " :
675
723
description : Bad Request
724
+ content :
725
+ application/json :
726
+ schema :
727
+ $ref : " #/components/schemas/ViolationReport"
676
728
" 403 " :
677
729
description : Not Allowed
678
730
content :
@@ -711,6 +763,10 @@ paths:
711
763
description : OK
712
764
" 400 " :
713
765
description : Bad Request
766
+ content :
767
+ application/json :
768
+ schema :
769
+ $ref : " #/components/schemas/ViolationReport"
714
770
" 404 " :
715
771
description : Not Found
716
772
" 401 " :
@@ -751,6 +807,10 @@ paths:
751
807
description : OK
752
808
" 400 " :
753
809
description : Bad Request
810
+ content :
811
+ application/json :
812
+ schema :
813
+ $ref : " #/components/schemas/ViolationReport"
754
814
" 403 " :
755
815
description : Not Allowed
756
816
content :
@@ -788,6 +848,10 @@ paths:
788
848
description : OK
789
849
" 400 " :
790
850
description : Bad Request
851
+ content :
852
+ application/json :
853
+ schema :
854
+ $ref : " #/components/schemas/ViolationReport"
791
855
" 403 " :
792
856
description : Not Allowed
793
857
content :
@@ -823,6 +887,12 @@ paths:
823
887
description : Unexpected error
824
888
" 200 " :
825
889
description : OK
890
+ " 400 " :
891
+ description : Bad Request
892
+ content :
893
+ application/json :
894
+ schema :
895
+ $ref : " #/components/schemas/ViolationReport"
826
896
" 404 " :
827
897
description : Not Found
828
898
" 401 " :
@@ -856,6 +926,10 @@ paths:
856
926
description : OK
857
927
" 400 " :
858
928
description : Bad Request
929
+ content :
930
+ application/json :
931
+ schema :
932
+ $ref : " #/components/schemas/ViolationReport"
859
933
" 404 " :
860
934
description : Not Found
861
935
" 401 " :
@@ -889,6 +963,10 @@ paths:
889
963
description : OK
890
964
" 400 " :
891
965
description : Bad Request
966
+ content :
967
+ application/json :
968
+ schema :
969
+ $ref : " #/components/schemas/ViolationReport"
892
970
" 403 " :
893
971
description : Not Allowed
894
972
content :
@@ -927,6 +1005,10 @@ paths:
927
1005
$ref : " #/components/schemas/Report"
928
1006
" 400 " :
929
1007
description : Bad Request
1008
+ content :
1009
+ application/json :
1010
+ schema :
1011
+ $ref : " #/components/schemas/ViolationReport"
930
1012
" 401 " :
931
1013
description : Not Authorized
932
1014
" 403 " :
@@ -959,6 +1041,10 @@ paths:
959
1041
$ref : " #/components/schemas/Subscription"
960
1042
" 400 " :
961
1043
description : Bad Request
1044
+ content :
1045
+ application/json :
1046
+ schema :
1047
+ $ref : " #/components/schemas/ViolationReport"
962
1048
" 401 " :
963
1049
description : Not Authorized
964
1050
" 403 " :
@@ -1030,6 +1116,10 @@ paths:
1030
1116
type : string
1031
1117
" 400 " :
1032
1118
description : Bad Request
1119
+ content :
1120
+ application/json :
1121
+ schema :
1122
+ $ref : " #/components/schemas/ViolationReport"
1033
1123
" 404 " :
1034
1124
description : Not Found
1035
1125
/tokens/new :
@@ -1077,6 +1167,10 @@ paths:
1077
1167
description : OK
1078
1168
" 400 " :
1079
1169
description : Bad Request
1170
+ content :
1171
+ application/json :
1172
+ schema :
1173
+ $ref : " #/components/schemas/ViolationReport"
1080
1174
" 403 " :
1081
1175
description : Not Allowed
1082
1176
content :
@@ -1153,6 +1247,12 @@ paths:
1153
1247
type : array
1154
1248
items :
1155
1249
$ref : " #/components/schemas/Profile"
1250
+ " 400 " :
1251
+ description : Bad Request
1252
+ content :
1253
+ application/json :
1254
+ schema :
1255
+ $ref : " #/components/schemas/ViolationReport"
1156
1256
" 401 " :
1157
1257
description : Not Authorized
1158
1258
" 403 " :
@@ -1276,6 +1376,7 @@ paths:
1276
1376
content :
1277
1377
text/plain :
1278
1378
schema :
1379
+ maxLength : 3000
1279
1380
type : string
1280
1381
required : true
1281
1382
responses :
@@ -1289,6 +1390,10 @@ paths:
1289
1390
type : string
1290
1391
" 400 " :
1291
1392
description : Bad Request
1393
+ content :
1394
+ application/json :
1395
+ schema :
1396
+ $ref : " #/components/schemas/ViolationReport"
1292
1397
" 401 " :
1293
1398
description : Not Authorized
1294
1399
" 403 " :
@@ -1368,6 +1473,10 @@ paths:
1368
1473
description : OK
1369
1474
" 400 " :
1370
1475
description : Bad Request
1476
+ content :
1477
+ application/json :
1478
+ schema :
1479
+ $ref : " #/components/schemas/ViolationReport"
1371
1480
" 403 " :
1372
1481
description : Not Allowed
1373
1482
content :
@@ -1403,6 +1512,12 @@ paths:
1403
1512
description : Unexpected error
1404
1513
" 200 " :
1405
1514
description : OK
1515
+ " 400 " :
1516
+ description : Bad Request
1517
+ content :
1518
+ application/json :
1519
+ schema :
1520
+ $ref : " #/components/schemas/ViolationReport"
1406
1521
" 403 " :
1407
1522
description : Not Allowed
1408
1523
content :
0 commit comments