Split correlated and related tickets (#542)

Co-authored-by: Jonas Plum <git@jonasplum.de>
This commit is contained in:
Jonas Plum
2022-10-22 22:28:44 +02:00
committed by GitHub
parent f8a11031fb
commit 73f88e0963
10 changed files with 66 additions and 25 deletions

View File

@@ -1059,6 +1059,7 @@ definitions:
modified: { type: string, format: "date-time", example: "1985-04-12T23:20:50.52Z" }
tickets: { type: array, items: { $ref: "#/definitions/TicketSimpleResponse" } }
correlated_tickets: { type: array, items: { $ref: "#/definitions/TicketSimpleResponse" } }
TicketList:
type: object