From fec6d8f0f41fde93aa871e79ce4f41ec8a9a6c51 Mon Sep 17 00:00:00 2001 From: Aleksandr Nikitin Date: Thu, 9 Feb 2023 00:56:28 +0300 Subject: [PATCH] fix readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 18c884c..fd016cd 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file