Skip to content

Commit 8fdafa6

Browse files
Fixed typos in docs
1 parent 35e7b1b commit 8fdafa6

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

docs/sample.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)