Return a modified distribution list.
This message MUST be sent by the app in case the client's requested distribution list modification was successful.
This message acknowledges:
| Message | Condition | Error Codes | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| update/distributionList (client -> app) | (None) |
|
| Field | Description | Type | Optional | Nullable |
|---|---|---|---|---|
| id |
The distribution list id |
String | False | False |
| Field | Description | Type | Optional | Nullable |
|---|---|---|---|---|
| receiver |
The modified distribution list |
Map<DistributionList> | True | False |
| Field | Description | Type | Optional | Nullable | Default |
|---|---|---|---|---|---|
| id |
The distribution list id |
String | False | False | |
| displayName |
The distribution list display name |
String | False | False | |
| color |
The distribution list color in hex notation (e.g. |
String | False | False | |
| locked |
Set to |
Boolean | True | False | False |
| visible |
Set to |
Boolean | True | False | True |
| members |
The list of group member identities |
Array<String> | False | False | |
| access |
The access object |
Map<DistributionListReceiverAccess> | False | False |
| Field | Description | Type | Optional | Nullable | Default |
|---|---|---|---|---|---|
| canDelete |
Whether this distribution list can be deleted |
Boolean | False | False | |
| canChangeMembers |
Whether the distribution list members can be changed |
Boolean | False | False |