Application Programming Interface Guide > Web Services Operations > Operations Reference > updateDomain
 
updateDomain
Update a domain. Sets the specified attributes, but does not alter the values of unspecified attributes.
Location
/services/webservices/system/admin/user/operations/
Request Elements
domainName: The domain name.
annotation (optional): A description of the domain. If not provided, the annotation is left unaltered.
attributes (optional): List of attributes. The required attributes vary by domain type. Use getDomainTypeAttributeDefs to get the list of attributes that can be updated. See Attributes Element.
Response Elements
N/A
Faults
IllegalArgument: If any of the given attributes are not valid.
NotAllowed: If any of the given attributes are not updatable.
NotAllowed: If an attempt is made to use this operation with an insufficient license.
NotFound: If the domain does not exist.
Security: If the user does not have the ACCESS_TOOLS and MODIFY_ALL_USERS rights.