Update an existing consent group.

PUT https://{{contactPolicyBaseURL}}/v1/groups/:groupId

This method updates an existing consent group for a specified groupId.

Request Body

{"name"=>"", "description"=>"", "senders"=>[{"channel"=>"text/email/voice/whatsapp", "address"=>""}], "status"=>"ENABLED/DISABLED", "maxFrequencies"=>[{"period"=>"DAY/WEEK/MONTH", "maxCount"=>"", "channel"=>"text/email/voice/whatsapp"}]}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: OK

""