File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ Table of contents
128
128
* [ 2 Create a ticket] ( #102-create-a-ticket )
129
129
* [ 3 Delete a ticket] ( #103-delete-a-ticket )
130
130
* [ 4 Get all filter IDs] ( #104-get-all-filter-ids- )
131
- * [ 5 Get all messages within a ticket] ( #105-get-all-messages-within-a-ticket )
131
+ * [ 5 Get all messages within a ticket] ( #105-get-all-messages-within-a-ticket- )
132
132
* [ 6 Add note to a Ticket using Ticket ID ] ( #106-Add-note-to-a-ticket-using-ticket-id- )
133
133
134
134
@@ -4740,7 +4740,7 @@ https://{domain}.agilecrm.com/dev/api/tickets/notes/{ticketid} -H "Accept : appl
4740
4740
# ## /dev/api/notes/{ticket-id}
4741
4741
Method: POST
4742
4742
4743
- - Creates a note to specific Ticket .
4743
+ - Creates a note to specific ticket .
4744
4744
4745
4745
# ## Using curl :
4746
4746
` ` ` sh
@@ -4755,7 +4755,8 @@ curl https://{domain}.agilecrm.com/dev/api/notes/{ticket-id} \
4755
4755
-v -u {email} : {APi Key} -X POST
4756
4756
` ` `
4757
4757
4758
- # ## Adding Notes to A particular group Ticket.
4758
+ - Adding Notes to A particular group ticket.
4759
+
4759
4760
# ## Using curl :
4760
4761
` ` ` sh
4761
4762
curl https://{domain}.agilecrm.com/dev/api/notes/{ticket-id} \
You can’t perform that action at this time.
0 commit comments