[Bps-public-commit] rt-extension-rest2 04/05: Document /tickets/bulk/correspond and /tickets/bulk/comment endpoints

sunnavy sunnavy at bestpractical.com
Fri Jul 16 19:39:49 UTC 2021


This is an automated email from the git hooks/post-receive script.

jbrandt pushed a commit to branch tickets-bulk-message
in repository rt-extension-rest2.

commit 6e105df77e4d5a182c2e24d64c5bc3430df7e2a4
Author: sunnavy <sunnavy at bestpractical.com>
AuthorDate: Fri Jun 18 03:22:37 2021 +0800

    Document /tickets/bulk/correspond and /tickets/bulk/comment endpoints
---
 lib/RT/Extension/REST2.pm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lib/RT/Extension/REST2.pm b/lib/RT/Extension/REST2.pm
index fdf5d66..f98f786 100644
--- a/lib/RT/Extension/REST2.pm
+++ b/lib/RT/Extension/REST2.pm
@@ -492,6 +492,10 @@ curl for SSL like --cacert.
     PUT /tickets/bulk
         update multiple tickets' metadata; provide JSON content(array of hashes)
 
+    POST /tickets/bulk/correspond
+    POST /tickets/bulk/comment
+        add a reply or comment to multiple tickets; provide JSON content(array of hashes)
+
 =head3 Ticket Examples
 
 Below are some examples using the endpoints above.

-- 
To stop receiving notification emails like this one, please contact
sysadmin at bestpractical.com.


More information about the Bps-public-commit mailing list