@@ -175,7 +175,7 @@ paths:
175
175
content :
176
176
application/json :
177
177
schema :
178
- $ref : ' #/components/schemas/CreateUserResponse '
178
+ $ref : ' #/components/schemas/UserResponse '
179
179
' 400 ' :
180
180
description : Bad request
181
181
' 500 ' :
@@ -322,7 +322,7 @@ paths:
322
322
content :
323
323
application/json :
324
324
schema :
325
- $ref : ' #/components/schemas/CreateGameResponse '
325
+ $ref : ' #/components/schemas/GameResponse '
326
326
' 400 ' :
327
327
description : Bad request
328
328
' 500 ' :
@@ -455,7 +455,7 @@ paths:
455
455
content :
456
456
application/json :
457
457
schema :
458
- $ref : ' #/components/schemas/CreateTeamResponse '
458
+ $ref : ' #/components/schemas/TeamResponse '
459
459
' 400 ' :
460
460
description : Failed request
461
461
content :
@@ -793,7 +793,7 @@ paths:
793
793
content :
794
794
application/json :
795
795
schema :
796
- $ref : ' #/components/schemas/CreateServiceResponse '
796
+ $ref : ' #/components/schemas/ServiceResponse '
797
797
' /api/v1/services/{serviceId} ' :
798
798
get :
799
799
tags :
@@ -1034,58 +1034,6 @@ components:
1034
1034
format : uuid
1035
1035
example : 81e17cb6-5c46-4934-b6d5-5c8356712cb6
1036
1036
description : Unique identifier for the result entry
1037
- CreateUserResponse :
1038
- type : object
1039
- required :
1040
- - data
1041
- - id
1042
- properties :
1043
- data :
1044
- type : string
1045
- example : User created successfully
1046
- id :
1047
- type : string
1048
- format : uuid
1049
- example : 81e17cb6-5c46-4934-b6d5-5c8356712cb6
1050
- CreateTeamResponse :
1051
- type : object
1052
- required :
1053
- - data
1054
- - id
1055
- properties :
1056
- data :
1057
- type : string
1058
- example : Team created successfully
1059
- id :
1060
- type : string
1061
- format : uuid
1062
- example : 81e17cb6-5c46-4934-b6d5-5c8356712cb6
1063
- CreateServiceResponse :
1064
- type : object
1065
- required :
1066
- - data
1067
- - id
1068
- properties :
1069
- data :
1070
- type : string
1071
- example : Service created successfully
1072
- id :
1073
- type : string
1074
- format : uuid
1075
- example : 81e17cb6-5c46-4934-b6d5-5c8356712cb6
1076
- CreateGameResponse :
1077
- type : object
1078
- required :
1079
- - data
1080
- - id
1081
- properties :
1082
- data :
1083
- type : string
1084
- example : Game created successfully
1085
- id :
1086
- type : string
1087
- format : uuid
1088
- example : 81e17cb6-5c46-4934-b6d5-5c8356712cb6
1089
1037
CreateResultResponse :
1090
1038
type : object
1091
1039
required :
@@ -1221,8 +1169,8 @@ components:
1221
1169
description : A brief description of the game
1222
1170
GameResponse :
1223
1171
required :
1224
- - end_time
1225
1172
- id
1173
+ - end_time
1226
1174
- start_time
1227
1175
type : object
1228
1176
properties :
0 commit comments