Znode

Build Version:

PUT domains/{domainId}

Updates an existing domain.

Request Information

» Parameters

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.

Request Body Formats

Sample:
	{
  "ApiKey": "sample string 1",
  "DomainId": 2,
  "DomainName": "sample string 3",
  "IsActive": true,
  "PortalId": 5,
  "WebAppType": 64
}