cURL
curl --request PUT \ --url https://api.example.com/api/ScheduledMessages/Emails/{messageId} \ --header 'Content-Type: application/json' \ --data ' { "subject": "<string>", "body": "<string>", "ccRecipients": [ "<string>" ] } '
OK
Was this page helpful?