Skip to content

Commit

Permalink
Merge pull request #819 from teamleadercrm/tickets_getmessage_ticket_…
Browse files Browse the repository at this point in the history
…id_doc

CON-X add ticket to tickets.getMessage response
  • Loading branch information
gehadMohamed authored Jul 19, 2024
2 parents f3da493 + 6d81dff commit a3a5d81
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ We list all backwards-compatible additions here. These are currently available i
(There is also a [list of backwards-incompatible upgrades](#changelog) available, but those only apply if you [upgrade your API version](#upgrading-your-api-version).)

#### July 2024
- We added `ticket` to the `tickets.getMessage` endpoint.
- We added `attachments` to the `emailTracking.list` endpoint.
- We added `attachments` to the `emailTracking.create` endpoint.
- We added `ticket.created`, `ticket.updated`, `ticket.closed`, `ticket.reopened` and `ticket.deleted` to supported Webhook types.
Expand Down Expand Up @@ -8558,6 +8559,9 @@ Gets the ticket message.
+ contact
+ user
+ id: `f29abf48-337d-44b4-aad4-585f5277a456` (string)
+ ticket (object)
+ `type`: `ticket` (string)
+ `id`: `4f5c4ee1-9078-0eda-8817-03e4cba61bab` (string)
+ attachments (array)
+ (object)
+ `type`: `file` (string)
Expand Down
3 changes: 3 additions & 0 deletions src/12-tickets/tickets.apib
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@ Gets the ticket message.
+ contact
+ user
+ id: `f29abf48-337d-44b4-aad4-585f5277a456` (string)
+ ticket (object)
+ `type`: `ticket` (string)
+ `id`: `4f5c4ee1-9078-0eda-8817-03e4cba61bab` (string)
+ attachments (array)
+ (object)
+ `type`: `file` (string)
Expand Down
1 change: 1 addition & 0 deletions src/changes-backwards-compatible.apib
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ We list all backwards-compatible additions here. These are currently available i
(There is also a [list of backwards-incompatible upgrades](#changelog) available, but those only apply if you [upgrade your API version](#upgrading-your-api-version).)

#### July 2024
- We added `ticket` to the `tickets.getMessage` endpoint.
- We added `attachments` to the `emailTracking.list` endpoint.
- We added `attachments` to the `emailTracking.create` endpoint.
- We added `ticket.created`, `ticket.updated`, `ticket.closed`, `ticket.reopened` and `ticket.deleted` to supported Webhook types.
Expand Down

0 comments on commit a3a5d81

Please sign in to comment.