diff --git a/webservices/itoprest.examples.php b/webservices/itoprest.examples.php index 280e4a839..d2d9dc821 100644 --- a/webservices/itoprest.examples.php +++ b/webservices/itoprest.examples.php @@ -127,7 +127,7 @@ $aOperations = array( // Rewrite the full CaseLog on an existing UserRequest with id=1, setting date and user (optional) array( 'operation' => 'core/update', - 'comment' => 'Synchronization from ServiceFirst', // comment recorded in the change tracking log + 'comment' => 'Synchronization from Client A', // comment recorded in the change tracking log 'class' => 'UserRequest', 'key' => 'SELECT UserRequest WHERE id=1', 'output_fields' => 'id, friendlyname, title', @@ -317,4 +317,4 @@ foreach ($aOperations as $iOp => $aOperation) } } -?> \ No newline at end of file +?>