We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1696268 commit 2be3a6dCopy full SHA for 2be3a6d
swagger.json
@@ -222,6 +222,36 @@
222
}
223
224
225
+ },
226
+ "/feedback/post": {
227
+ "post": {
228
+ "tags": [
229
+ "feedback"
230
+ ],
231
+ "summary": "Posts the feedback after a break was taken",
232
+ "operationId": "postFeedback",
233
+ "produces": [
234
+ "application/json"
235
236
+ "parameters": [
237
+ {
238
+ "in": "body",
239
+ "name": "body",
240
+ "description": "TODO"
241
+ }
242
243
+ "responses": {
244
+ "200": {
245
+ "description": "Successful operation"
246
247
+ "400": {
248
+ "description": "Bad request"
249
250
+ "401": {
251
+ "description": "Invalid credentials"
252
253
254
255
256
},
257
"securityDefinitions": {
0 commit comments