[Rt-commit] rt branch, 5.0/rest2-add-asset-and-transaction-sql-endpoints, updated. rt-5.0.0-5-g15253f85e2

Craig Kaiser craig at bestpractical.com
Fri Mar 5 08:40:49 EST 2021


The branch, 5.0/rest2-add-asset-and-transaction-sql-endpoints has been updated
       via  15253f85e2b17e375ab5f92f2fc4894df0e23700 (commit)
      from  90cf24e37742d5c7c56bd6a3865e8ac656a28b75 (commit)

Summary of changes:
 lib/RT/REST2.pm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 15253f85e2b17e375ab5f92f2fc4894df0e23700
Author: craig kaiser <craig at bestpractical.com>
Date:   Fri Mar 5 08:40:29 2021 -0500

    Update REST2 docs for TransactionSQL and AssetSQL

diff --git a/lib/RT/REST2.pm b/lib/RT/REST2.pm
index 0f3fc7024b..01d06bb6d4 100644
--- a/lib/RT/REST2.pm
+++ b/lib/RT/REST2.pm
@@ -532,7 +532,9 @@ Below are some examples using the endpoints above.
 
 =head3 Transactions
 
-    GET /transactions?query=<JSON>
+    GET /transactions?query=<TransactionSQL>
+        search for transactions using TransactionSQL
+
     POST /transactions
         search for transactions using L</JSON searches> syntax
 
@@ -595,7 +597,9 @@ Below are some examples using the endpoints above.
 
 =head3 Assets
 
-    GET /assets?query=<JSON>
+    GET /assets?query=<AssetSQL>
+        search for assets using AssetSQL
+
     POST /assets
         search for assets using L</JSON searches> syntax
 

-----------------------------------------------------------------------


More information about the rt-commit mailing list