From 8e16f4f49b3837109611f07a63ac1feadf779218 Mon Sep 17 00:00:00 2001 From: Gehad Moeiza Date: Thu, 4 Jul 2024 11:47:02 +0200 Subject: [PATCH] CON-X add ticket to tickets.getMessage response --- apiary.apib | 6 ++++++ src/12-tickets/tickets.apib | 3 +++ src/changes-backwards-compatible.apib | 3 +++ 3 files changed, 12 insertions(+) diff --git a/apiary.apib b/apiary.apib index 996d4dc7..25d38bce 100644 --- a/apiary.apib +++ b/apiary.apib @@ -426,6 +426,9 @@ We consider the following changes to be backwards-incompatible: We list all backwards-compatible additions here. These are currently available in all published versions. (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. + #### June 2024 - We added `tax` to the `products.info` endpoint. - We added the `daysOff.import` and `daysOff.bulkDelete` endpoints. @@ -8547,6 +8550,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 2712c754..285df0e8 100644 --- a/src/changes-backwards-compatible.apib +++ b/src/changes-backwards-compatible.apib @@ -4,6 +4,9 @@ We list all backwards-compatible additions here. These are currently available in all published versions. (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. + #### June 2024 - We added `tax` to the `products.info` endpoint. - We added the `daysOff.import` and `daysOff.bulkDelete` endpoints.