Skip to content

Commit f9459a9

Browse files
author
rammohan-agile
authored
Update README.md
1 parent 025b22b commit f9459a9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Table of contents
128128
* [2 Create a ticket](#102-create-a-ticket)
129129
* [3 Delete a ticket](#103-delete-a-ticket)
130130
* [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-)
132132
* [6 Add note to a Ticket using Ticket ID ](#106-Add-note-to-a-ticket-using-ticket-id-)
133133

134134

@@ -4740,7 +4740,7 @@ https://{domain}.agilecrm.com/dev/api/tickets/notes/{ticketid} -H "Accept : appl
47404740
### /dev/api/notes/{ticket-id}
47414741
Method: POST
47424742
4743-
- Creates a note to specific Ticket.
4743+
- Creates a note to specific ticket.
47444744
47454745
### Using curl :
47464746
```sh
@@ -4755,7 +4755,8 @@ curl https://{domain}.agilecrm.com/dev/api/notes/{ticket-id} \
47554755
-v -u {email} : {APi Key} -X POST
47564756
```
47574757
4758-
### Adding Notes to A particular group Ticket.
4758+
- Adding Notes to A particular group ticket.
4759+
47594760
### Using curl :
47604761
```sh
47614762
curl https://{domain}.agilecrm.com/dev/api/notes/{ticket-id} \

0 commit comments

Comments
 (0)