Update Single Shared Campaign
Update campaign details by campaignId. Please note: Only webhook urls are editable.
Path parameters
Unique identifier of the campaign.
Request body
Example request
{
"webhookFailoverURL": "https://webhook.com/9010a453-4df8-4be6-a551-1070892888d6",
"webhookURL": "https://webhook.com/67ea78a8-9f32-4d04-b62d-f9502e8e5f93"
}Response
Successful Response
Example response
{
"assignedPhoneNumbersCount": 3,
"brandDisplayName": "ABC Mobile",
"campaignStatus": "TCR_ACCEPTED",
"createdAt": "2021-03-08T17:57:48.801186",
"tcrBrandId": "BBRAND1",
"tcrCampaignId": "CCAMP1",
"updatedAt": "2021-03-08T17:57:48.801186",
"webhookFailoverURL": "https://example.com/failover-webhook",
"webhookURL": "https://example.com/webhook"
}Changes
Changed in 2 of the 61 revisions of this API.211
- ▲
the
//response's property type changed fromintegertostring, and format fromint32to no format for statusresponse-property-type-changed
- ●
removed the optional property
//from the response with the statusresponse-optional-property-removed
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
//response's property type changed fromstringtointeger, and format from no format toint32for statusresponse-property-type-changed
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲