From c689b149eee819c2d2b65c396e0c321ee8be1d54 Mon Sep 17 00:00:00 2001
From: amritesh-singh <88492460+amritesh-singh@users.noreply.github.com>
Date: Thu, 16 Dec 2021 18:00:43 +0530
Subject: [PATCH] DC-269
---
api-reference/experience-api/post-video-summary-ui.md | 2 +-
.../conversation-groups/update-conversation-groups.md | 1 +
pre-built-ui/text-summary-ui.md | 4 ++--
pre-built-ui/video-summary-ui.md | 4 ++--
tutorials.md | 6 +++---
5 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/api-reference/experience-api/post-video-summary-ui.md b/api-reference/experience-api/post-video-summary-ui.md
index 2da510c6..c058fbcb 100644
--- a/api-reference/experience-api/post-video-summary-ui.md
+++ b/api-reference/experience-api/post-video-summary-ui.md
@@ -118,7 +118,7 @@ request.post({
Field | Required | Type | Description
---------- | ------- | ------- | -------
```name``` | Mandatory | String | For Summary UI use `verbose-text-summary` and for Video Summary UI use `video-summary`.
-```videoUrl```| Optional | String | URL of the video file for which you want to generate the `video-summary`.
+```videoUrl```| Mandatory | String | URL of the video file for which you want to generate the `video-summary`.
```logo```| Optional | String | This field accepts public URL for setting custom logo in Video Summary UI(`video-summary`).
```favicon```| Optional | String | This field accepts public URL for setting custom favicon in Video Summary UI (`video-summary`).
```color```| Optional | Object | This option can be used to customise the colors of UI background, topics filter and insights filter elements in UI.
diff --git a/management-api/conversation-groups/update-conversation-groups.md b/management-api/conversation-groups/update-conversation-groups.md
index 12077b34..0144b159 100644
--- a/management-api/conversation-groups/update-conversation-groups.md
+++ b/management-api/conversation-groups/update-conversation-groups.md
@@ -63,6 +63,7 @@ Given below is another sample request containing more than one `criteria`. You c
| Parameter | Data Type | Description | Required | Values Accepted |
|--------|----------|---- | --- | ------|
+`id` | String | `id` is the unique identifier of the Conversation Group you are tying to update. | Mandatory |
`name` | String | Name of the group. | Mandatory | String with no special characters allowed, except `-`, `_`, and `”`. The maximum length of string allowed 128 characters.
`description` | String | Description to capture any additional details of the group and its purpose. | Optional | The maximum length of string allowed 512 characters.
`criteria` | String / RSQL format | Criteria in RSQL format that should be applied to group conversations under this group. | Mandatory | Valid RSQL string. For more information on how to write RSQL queries, click [here](https://github.com/jirutka/rsql-parser).
diff --git a/pre-built-ui/text-summary-ui.md b/pre-built-ui/text-summary-ui.md
index c80caa04..bd4ec38e 100644
--- a/pre-built-ui/text-summary-ui.md
+++ b/pre-built-ui/text-summary-ui.md
@@ -35,6 +35,6 @@ The Text Summary UI displays the following details:
### Tutorials
- [Creating Text Summary UI](/docs/tutorials/pre-built-summary-ui/creating-text-summary-ui)
-- [Turning your Summary Page](/docs/tutorials/pre-built-summary-ui/tuning-summary-page)
+- [Tuning your Summary Page](/docs/pre-built-ui/tuning-summary-page)
- [White label your Summary Page](/docs/tutorials/pre-built-summary-ui/whitelabeling-summary-ui)
-- [Add custom domain to your Summary Page](/docs/tutorials/pre-built-summary-ui/custom-domain)
+- [Add custom domain to your Summary Page](/docs/tutorials/pre-built-summary-ui/custom-domain)
\ No newline at end of file
diff --git a/pre-built-ui/video-summary-ui.md b/pre-built-ui/video-summary-ui.md
index dd223b66..c836b272 100644
--- a/pre-built-ui/video-summary-ui.md
+++ b/pre-built-ui/video-summary-ui.md
@@ -73,6 +73,6 @@ The videoUrl only takes precedence when there is no Video present in the UI.
### Tutorials
- [Creating Video Summary UI](/docs/tutorials/pre-built-summary-ui/creating-video-summary-ui)
-- [Turning your Summary Page](/docs/tutorials/pre-built-summary-ui/tuning-summary-page)
+- [Tuning your Summary Page](docs/pre-built-ui/tuning-summary-page)
- [White label your Summary Page](/docs/tutorials/pre-built-summary-ui/whitelabeling-summary-ui)
-- [Add custom domain to your Summary Page](/docs/tutorials/pre-built-summary-ui/custom-domain)
+- [Add custom domain to your Summary Page](/docs/tutorials/pre-built-summary-ui/custom-domain)
\ No newline at end of file
diff --git a/tutorials.md b/tutorials.md
index 052234bd..a7b56761 100644
--- a/tutorials.md
+++ b/tutorials.md
@@ -18,7 +18,7 @@ Find detailed tutorials on how to implement Conversation Intelligence on your co
* [Start and Stop Streaming API Connection](/docs/streamingapi/code-snippets/start-and-stop-connection)
* [Receive Live Captioning](/docs/streamingapi/code-snippets/receive-live-captioning)
-
+