mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 01:55:01 +00:00
[Ticket] add filter by addressee on ticket list api
This commit is contained in:
@@ -135,6 +135,25 @@ paths:
|
||||
**Warning**: This silently remove the filters "byCurrentState" and "byCreatedBefore".
|
||||
schema:
|
||||
type: string
|
||||
- name: byAddressee
|
||||
in: query
|
||||
description: the id of the addressee to search for. The search is also performed against user groups.
|
||||
required: false
|
||||
style: form
|
||||
explode: false
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
type: integer
|
||||
format: integer
|
||||
minimum: 1
|
||||
- name: byAddresseeToMe
|
||||
in: query
|
||||
description: filter tickets assigned to the current authenticated users
|
||||
required: false
|
||||
allowEmptyValue: true
|
||||
schema:
|
||||
type: string
|
||||
responses:
|
||||
200:
|
||||
description: OK
|
||||
|
Reference in New Issue
Block a user