Updates an existing domain.
Name | Description | Additional information |
---|---|---|
domainId | The ID of the domain. |
Define this parameter in the request URI. |
model | The model of the domain. |
Define this parameter in the request body. |
{
"ApiKey": "sample string 1",
"DomainId": 2,
"DomainName": "sample string 3",
"IsActive": true,
"PortalId": 5,
"WebAppType": 64
}