Update domain group


                https://api.ocamba.com/v2/adex/settings/domains/{id}
            

Updates the specific Customer by setting the values of the parameters passed. Any parameters not provided will be left unchanged


Name
Description
idstringrequired
Domain group id.


Example: 1d40dfc5-b301-43c2-a556-39f23d7f1a26

Name
Description
clickstringrequired
Click domain. Must be a valid domain string.


Example: t.ocmant.com

conversionstringrequired
Conversion domain. Must be a valid domain string.


Example: t.ocmant.com

feedstringrequired
Feed domain. Must be a valid domain string.


Example: feed.ocmant.com

impressionstringrequired
Impression domain. Must be a valid domain string.


Example: t.ocmant.com

namestring
Name given by user for easier identification of a group. Name can have minimum 2 and maximum 65 characters. If name is not set, value of feed domain name is set as name.


Example: My important group

pushstringrequired
Push domain. Must be a valid domain string.


Example: push.ocmant.com

204 - No Content
Arrow

note
1 At least one of the updatable fields should be sent via HTTP body in order to change the current state of the domain group.
tip
1 If you don't know the domain group id, get a full settings to find it.

200 Arrow
{
  "name": "my new group",
  "click": "t.ocmant.com",
  "impression": "t.ocmant.com",
  "conversion": "t.ocmant.com",
  "feed": "feed.ocmxr.com",
  "push": "push.ocmxr.com"
}