File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ paths:
147147 schema :
148148 $ref : " #/components/schemas/ErrorResponse"
149149
150- /questions :
150+ /question :
151151 post :
152152 summary : Create a new question
153153 tags :
@@ -198,7 +198,7 @@ paths:
198198 " 500 " :
199199 description : Internal server error
200200
201- /questions /{id} :
201+ /question /{id} :
202202 get :
203203 summary : Get a question by ID
204204 tags :
@@ -270,8 +270,7 @@ paths:
270270 description : Invalid UUID
271271 " 500 " :
272272 description : Internal server error
273-
274- /questions/{id}/bounty/activate :
273+ /question/{id}/bounty/activate :
275274 put :
276275 summary : Activate bounty for a question
277276 tags :
@@ -291,7 +290,7 @@ paths:
291290 " 500 " :
292291 description : Internal server error
293292
294- /questions /{id}/bounty/deactivate :
293+ /question /{id}/bounty/deactivate :
295294 put :
296295 summary : Deactivate bounty for a question
297296 tags :
You can’t perform that action at this time.
0 commit comments