label | order |
---|---|
Other |
99993 |
All routes related to other videos
==- [!badge text="GET"] Get all other videos
Parameters in the path
Name | Type | Description | Required |
---|---|---|---|
librarieName | string | The librarie name | true |
Status | Description |
---|---|
200: OK | All the other videos |
404: Not Found | The librarie was not found |
==- [!badge text="GET"] Get other video stream
Parameters in the path
Name | Type | Description | Required |
---|---|---|---|
otherHash | string | The other video hash | true |
Status | Description |
---|---|
200: OK | The other video stream |
404: Not Found | The other video was not found |
===