Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmorbo committed Feb 8, 2023
1 parent 80a452b commit fec6d8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,17 @@ Example:
```

- GET /instances/{id} - get instance by id

Response like GET /instances, but with single instance

- DELETE /instances/{id} - delete instance by id

- GET /instances/{id}/channel/{channelGuid}/screenshot - get screenshot from channel

channelGuid - guid of channel from GET /instances/{id}

- GET /instances/{id}/channel/{channelGuid}/video/{container} - get stream from channel

channelGuid - guid of channel from GET /instances/{id}

container - container of stream, can be: hls, rtsp

0 comments on commit fec6d8f

Please sign in to comment.