mirror of
https://github.com/tubearchivist/docs.git
synced 2024-11-22 11:50:13 +00:00
fix version string parsing docs
This commit is contained in:
parent
8d64b9a797
commit
c13ffcaafd
@ -129,18 +129,14 @@ Change watched state, where the `id` can be a single video, or channel/playlist
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Ping
|
## Ping
|
||||||
Validate your connection with the API
|
Validate your connection and authentication with the API
|
||||||
**GET** `/api/ping/`
|
**GET** `/api/ping/`
|
||||||
|
|
||||||
When valid returns message with user id and parsed TubeArchivist version (Family, Major, Minor):
|
When valid returns message with user id and TubeArchivist version:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"response": "pong",
|
"response": "pong",
|
||||||
"user": 1,
|
"user": 1,
|
||||||
"version": [
|
"version": "v0.4.7"
|
||||||
0,
|
|
||||||
3,
|
|
||||||
6
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user