Skip to content

Commit 1e0b171

Browse files
committed
doc: change endpoint description
1 parent 1694e99 commit 1e0b171

File tree

1 file changed

+2
-24
lines changed

1 file changed

+2
-24
lines changed

doc/api.yaml

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -186,30 +186,8 @@ paths:
186186
- Words
187187
security:
188188
[]
189-
summary: Get a word by id
190-
description: Gets a word by id
191-
responses:
192-
200:
193-
description: Successful operation
194-
content:
195-
application/json:
196-
schema:
197-
$ref: "#/components/schemas/Word"
198-
/words/{id}/assets:
199-
parameters:
200-
- name: id
201-
description: wordId
202-
in: path
203-
required: true
204-
schema:
205-
type: string
206-
get:
207-
tags:
208-
- Words
209-
security:
210-
[]
211-
summary: Get a word assets
212-
description: Gets a word assets
189+
summary: Get a word with assets by id
190+
description: Gets a word with assets by id
213191
responses:
214192
200:
215193
description: Successful operation

0 commit comments

Comments
 (0)