A.76 Updating a Trusted Application Record

JSON Request:
PUT https://localhost:9710/gwadmin-service/system/trustedapps/testTrustedApp1
  NMAPEnabled=true
  enabled=false
  archiveServiceAddress=127.0.0.1
  queuingDisabled=false
  providesRetentionService=true
  timeLastMod=1371072314000
  requiresSsl=false
  ipPort=123
  timeCreated=1371072314000
  nmapenabled=true
  archiveServicePort=456
  id=TRUSTED_APP.testTrustedApp1
  lastModifiedOp=ADD
  archiveServiceRequiresSsl=true
  @url=/gwadmin-service/system/trustedapps/testTrustedApp1
  description=Trusted App is modified.
  name=testTrustedApp1
  lastModifiedBy=admin.testSystem1
  allowArchiveService=false
  ipAddress=127.0.0.1

XML Request:
PUT https://localhost:9710/gwadmin-service/system/trustedapps/testTrustedApp1
<trustedapp>
  <id>TRUSTED_APP.testTrustedApp1</id>
  <name>testTrustedApp1</name>
  <url>/gwadmin-service/system/trustedapps/testTrustedApp1</url>
  <timeCreated>1371072577000</timeCreated>
  <timeLastMod>1371072577000</timeLastMod>
  <lastModifiedBy>admin.testSystem1</lastModifiedBy>
  <lastModifiedOp>ADD</lastModifiedOp>
  <forceNullOnAttrs/>
  <allowArchiveService>false</allowArchiveService>
  <archiveServiceAddress>127.0.0.1</archiveServiceAddress>
  <archiveServicePort>456</archiveServicePort>
  <archiveServiceRequiresSsl>true</archiveServiceRequiresSsl>
  <description>Trusted App is modified.</description>
  <providesRetentionService>true</providesRetentionService>
  <ipAddress>127.0.0.1</ipAddress>
  <ipPort>123</ipPort>
  <requiresSsl>false</requiresSsl>
  <enabled>false</enabled>
  <NMAPEnabled>true</NMAPEnabled>
  <queuingDisabled>false</queuingDisabled>
</trustedapp>

Response Status: 
200 - OK