#12 - add API updates for version responses. (#13)

This commit is contained in:
lamusmaser 2023-07-30 08:30:18 -06:00 committed by GitHub
parent 902252a864
commit 791bf448af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -132,10 +132,14 @@ Change watched state, where the `id` can be a single video, or channel/playlist
Validate your connection with the API
**GET** `/api/ping/`
When valid returns message with user id:
When valid returns message with user id and parsed TubeArchivist version (Family, Major, Minor):
```json
{
"response": "pong",
"user": 1
"user": 1,
"version": [
0,
3,
6
]
}
```