From 56f0e95a222b7a3be9f1baa39d6b2e316dfbfb46 Mon Sep 17 00:00:00 2001 From: Vincent Dumas <42336698+v-dumas@users.noreply.github.com> Date: Mon, 30 Sep 2019 17:05:43 +0200 Subject: [PATCH] Fix typo in a comment --- webservices/itoprest.examples.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +?>