mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 01:55:01 +00:00
Add ticket filtering "byTicketId"
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user