Update
Update
put/api/v1/settings/domains
Invokes the c1.api.settings.v1.OrgDomainService.Update method.
Body Parameters
newDomainsarray of string
optional
The newDomains field.
Returns
The list field.
Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/settings/domains \
-X PUT \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"200 Example
{
"list": [
{
"id": "id",
"domain": "domain"
}
]
}