Skip to content

Commit 2be3a6d

Browse files
author
Peter Ivanics
committed
Added /feedback/post with TODO mark
1 parent 1696268 commit 2be3a6d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

swagger.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,36 @@
222222
}
223223
}
224224
}
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+
}
225255
}
226256
},
227257
"securityDefinitions": {

0 commit comments

Comments
 (0)