Skip to content

Commit

Permalink
add closed_at to tickets.list response
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoinacio committed Jan 26, 2024
1 parent 7b0a220 commit 3ecc5d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -8119,7 +8119,6 @@ Update the current timer. Only possible if there is a timer running.
Get a list of tickets.

+ Request (application/json)

+ Attributes (object)
+ filter (object, optional)
+ ids: `8607faa8-3d2e-0a66-a71e-e69f447a2ed1`, `21467288-3baa-0027-a910-cd952030dbc2` (array[string], optional)
Expand All @@ -8134,7 +8133,6 @@ Get a list of tickets.
+ page (Page, optional)

+ Response 200 (application/json)

+ Attributes (object)
+ data (array)
+ (object)
Expand All @@ -8147,6 +8145,7 @@ Get a list of tickets.
+ type: `user` (string)
+ id: `f29abf48-337d-44b4-aad4-585f5277a456` (string)
+ created_at: `2017-05-09T11:25:11+00:00` (string)
+ closed_at: `2017-05-09T11:25:11+00:00` (string, nullable)
+ customer (object)
+ type: `contact` (enum)
+ Members
Expand Down
3 changes: 1 addition & 2 deletions src/12-tickets/tickets.apib
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
Get a list of tickets.

+ Request (application/json)

+ Attributes (object)
+ filter (object, optional)
+ ids: `8607faa8-3d2e-0a66-a71e-e69f447a2ed1`, `21467288-3baa-0027-a910-cd952030dbc2` (array[string], optional)
Expand All @@ -22,7 +21,6 @@ Get a list of tickets.
+ page (Page, optional)

+ Response 200 (application/json)

+ Attributes (object)
+ data (array)
+ (object)
Expand All @@ -35,6 +33,7 @@ Get a list of tickets.
+ type: `user` (string)
+ id: `f29abf48-337d-44b4-aad4-585f5277a456` (string)
+ created_at: `2017-05-09T11:25:11+00:00` (string)
+ closed_at: `2017-05-09T11:25:11+00:00` (string, nullable)
+ customer (object)
+ type: `contact` (enum)
+ Members
Expand Down

0 comments on commit 3ecc5d5

Please sign in to comment.