add missing trailing / for endpoints docs

pull/395/head
simon 2 years ago
parent 09556dbf21
commit a2e2fd1b89
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

@ -89,12 +89,12 @@ DELETE: /api/video/\<video_id>/
/api/video/\<video_id>/similar/ /api/video/\<video_id>/similar/
## Video Progress View ## Video Progress View
/api/video/\<video_id>/progress /api/video/\<video_id>/progress/
Progress is stored for each user. Progress is stored for each user.
### Get last player position of a video ### Get last player position of a video
GET /api/video/\<video_id>/progress GET /api/video/\<video_id>/progress/
```json ```json
{ {
"youtube_id": "<video_id>", "youtube_id": "<video_id>",
@ -104,7 +104,7 @@ GET /api/video/\<video_id>/progress
``` ```
### Post player position of video ### Post player position of video
POST /api/video/\<video_id>/progress POST /api/video/\<video_id>/progress/
```json ```json
{ {
"position": 100 "position": 100
@ -112,7 +112,7 @@ POST /api/video/\<video_id>/progress
``` ```
### Delete player position of video ### Delete player position of video
DELETE /api/video/\<video_id>/progress DELETE /api/video/\<video_id>/progress/
## Sponsor Block View ## Sponsor Block View
@ -267,7 +267,7 @@ Remove this snapshot from index
## Login View ## Login View
Return token and user ID for username and password: Return token and user ID for username and password:
POST /api/login POST /api/login/
```json ```json
{ {
"username": "tubearchivist", "username": "tubearchivist",
@ -406,7 +406,7 @@ Returns search results from your query.
## Ping View ## Ping View
Validate your connection with the API Validate your connection with the API
GET /api/ping GET /api/ping/
When valid returns message with user id: When valid returns message with user id:
```json ```json

Loading…
Cancel
Save