diff --git a/apiary.apib b/apiary.apib index 64dab976..a66b7bac 100644 --- a/apiary.apib +++ b/apiary.apib @@ -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. @@ -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) diff --git a/src/12-tickets/tickets.apib b/src/12-tickets/tickets.apib index 8a1e10f9..b1594019 100644 --- a/src/12-tickets/tickets.apib +++ b/src/12-tickets/tickets.apib @@ -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) diff --git a/src/changes-backwards-compatible.apib b/src/changes-backwards-compatible.apib index 3462eb20..afd7ff68 100644 --- a/src/changes-backwards-compatible.apib +++ b/src/changes-backwards-compatible.apib @@ -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.