(doc) fix syntax in openapi spec for watching progress
This commit is contained in:
parent
851c5cddc1
commit
f50ab1c289
|
@ -820,7 +820,7 @@ paths:
|
||||||
$ref: '#/paths/~1users~1me/put/responses/204'
|
$ref: '#/paths/~1users~1me/put/responses/204'
|
||||||
'/videos/{id}/watching':
|
'/videos/{id}/watching':
|
||||||
put:
|
put:
|
||||||
summary: Indicate progress of in watching the video by its id for a user
|
summary: Set watching progress of a video by its id for a user
|
||||||
tags:
|
tags:
|
||||||
- Video
|
- Video
|
||||||
security:
|
security:
|
||||||
|
|
Loading…
Reference in New Issue