Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -2215,7 +2215,7 @@ Activities created using the API can only be edited using the API. You can't edi
<td> <em>workspace</em>
</td>
<td> String</td>
<td>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).</td>
<td>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 <a href='https://docs.adobe.com/content/help/en/target/using/administer/manage-users/enterprise/properties-overview.html#obtain-your-workspace-id'>this</a> to obtain desired workspaceId.</td>
</tr>
<tr>
<td> <em>propertyIds</em>
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 <a href='https://docs.adobe.com/content/help/en/target/using/administer/manage-users/enterprise/properties-overview.html#obtain-your-workspace-id'>this</a> to obtain desired workspaceId. |

## Update Offer by ID

Expand Down Expand Up @@ -4081,14 +4084,15 @@ Each audience definition is made up of either target or audience rules.
<td> <em>workspace</em>
</td>
<td>String</td>
<td>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).</td>
<td>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 <a href='https://docs.adobe.com/content/help/en/target/using/administer/manage-users/enterprise/properties-overview.html#obtain-your-workspace-id'>this</a> to obtain desired workspaceId.</td>
</tr>
</tbody>
</table>





## Update Audience by ID

> Sample Request for Update Audience by ID
Expand Down