Add ticket filtering "byTicketId"

This commit is contained in:
2025-09-15 11:11:40 +02:00
parent e12ad563a3
commit 8e2e676e3d
7 changed files with 196 additions and 1 deletions

View File

@@ -60,6 +60,18 @@ paths:
- ticket
summary: List of tickets
parameters:
- name: byTicketId
in: query
description: >
The id of the ticket.
When the id of the ticket is set, the other parameters are ignored.
required: false
style: form
explode: false
schema:
type: integer
minimum: 0
- name: byPerson
in: query
description: the id of the person