Skip to content

Commit

Permalink
CON-X add ticket to tickets.getMessage response
Browse files Browse the repository at this point in the history
  • Loading branch information
gehadMohamed committed Jul 4, 2024
1 parent cfc020a commit 8e16f4f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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)
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
3 changes: 3 additions & 0 deletions src/changes-backwards-compatible.apib
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8e16f4f

Please sign in to comment.