We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d91d72 commit a9bc3beCopy full SHA for a9bc3be
1 file changed
web/src/main/resources/static/open-api.yaml
@@ -59,6 +59,27 @@ paths:
59
application/json:
60
schema:
61
$ref: '#/components/schemas/DetailedTeam'
62
+ /api/admin/team:
63
+ put:
64
+ tags:
65
+ - team
66
+ summary: Update all information for a team
67
+ requestBody:
68
+ content:
69
+ application/json:
70
+ schema:
71
+ oneOf:
72
+ - type: array
73
+ items:
74
+ $ref: '#/components/schemas/DetailedTeam'
75
+ - $ref: '#/components/schemas/DetailedTeam'
76
+ responses:
77
+ 200:
78
+ description: "Updated team"
79
80
81
82
83
/api/skill/timer/start:
84
post:
85
tags:
0 commit comments