diff --git a/source/index.html.md b/source/index.html.md
index 6e868c5e4ee..008b415ab98 100644
--- a/source/index.html.md
+++ b/source/index.html.md
@@ -2215,7 +2215,7 @@ Activities created using the API can only be edited using the API. You can't edi
workspace
|
String |
- Optional id of workspace to which the activity belongs. Max length is 250 characters. By default, Default workspace is assumed. Applicable for Enterprise Permissions (Target Premium). |
+ Optional id of workspace to which the activity belongs. Max length is 250 characters. By default, Default workspace is assumed. Applicable for Enterprise Permissions (Target Premium). Refer this to obtain desired workspaceId. |
| propertyIds
@@ -2416,6 +2416,9 @@ Activities created using the API can only be edited using the API. You can't edi
+
+
+
## Update AB Activity
> Sample Request for Update AB Activity
@@ -3628,7 +3631,7 @@ Creates a new content offer as defined by the request data.
| --------- | ------ | ------------------------------------------------------------ |
| name | String | A string to identify the Offer. The name cannot be empty. Max length is 250 characters. |
| content | String | Content of an Offer shown to user. |
-| workspace | String | Optional id of workspace to which the activity belongs. Max length is 250 characters. By default, Default workspace is assumed. Applicable for Enterprise Permissions (Target Premium). |
+| workspace | String | Optional id of workspace to which the activity belongs. Max length is 250 characters. By default, Default workspace is assumed. Applicable for Enterprise Permissions (Target Premium). Refer this to obtain desired workspaceId. |
## Update Offer by ID
@@ -4081,7 +4084,7 @@ Each audience definition is made up of either target or audience rules.
| workspace
|
String |
- Optional id of workspace to which the activity belongs. Max length is 250 characters. By default, Default workspace is assumed. Applicable for Enterprise Permissions (Target Premium). |
+ Optional id of workspace to which the activity belongs. Max length is 250 characters. By default, Default workspace is assumed. Applicable for Enterprise Permissions (Target Premium). Refer this to obtain desired workspaceId. |
@@ -4089,6 +4092,7 @@ Each audience definition is made up of either target or audience rules.
+
## Update Audience by ID
> Sample Request for Update Audience by ID