put https://api.mediasilo.com/v3/distributionlists/
Edits an existing distribution list
In order to edit the recipients in a distribution list you must post the complete list of recipients.
{
"firstName": "Big",
"lastName": "Bird",
"email": "[email protected]",
"userId": "bf33b7fc-53f1-4517-bd36-afe5ce45add5"
},
{
"firstName": "Oscar",
"lastName": "Grouch",
"email": "[email protected]",
"userId": "c84560b3-cccd-4da5-a9e4-2fd98937f681"
},
{
"email": "[email protected]"
}
API Test
Due to the limitation of the API test widget, it is currently not possible to submit an array of recipients for testing. We suggest using PostMan or a similar tool to test endpoints that require an array of objects to be submitted.