aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2018-12-08 18:48:00 +0100
committerRigel Kent <sendmemail@rigelk.eu>2018-12-08 18:56:12 +0100
commitf50ab1c2890509b4ccd57c826a060af9e97f6260 (patch)
tree4eb292b2dcc951dd617a7cb76fd16882c60d7268
parent851c5cddc12f905d49eb38da1b4180a5b383c53b (diff)
downloadPeerTube-f50ab1c2890509b4ccd57c826a060af9e97f6260.tar.gz
PeerTube-f50ab1c2890509b4ccd57c826a060af9e97f6260.tar.zst
PeerTube-f50ab1c2890509b4ccd57c826a060af9e97f6260.zip
(doc) fix syntax in openapi spec for watching progress
-rw-r--r--support/doc/api/openapi.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml
index cb6ba9af5..86c781f31 100644
--- a/support/doc/api/openapi.yaml
+++ b/support/doc/api/openapi.yaml
@@ -820,7 +820,7 @@ paths:
820 $ref: '#/paths/~1users~1me/put/responses/204' 820 $ref: '#/paths/~1users~1me/put/responses/204'
821 '/videos/{id}/watching': 821 '/videos/{id}/watching':
822 put: 822 put:
823 summary: Indicate progress of in watching the video by its id for a user 823 summary: Set watching progress of a video by its id for a user
824 tags: 824 tags:
825 - Video 825 - Video
826 security: 826 security: