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 1694e99 commit 1e0b171Copy full SHA for 1e0b171
doc/api.yaml
@@ -186,30 +186,8 @@ paths:
186
- Words
187
security:
188
[]
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
205
- type: string
206
- get:
207
- tags:
208
- - Words
209
- security:
210
- []
211
- summary: Get a word assets
212
- description: Gets a word assets
+ summary: Get a word with assets by id
+ description: Gets a word with assets by id
213
responses:
214
200:
215
description: Successful operation
0 commit comments