Ajout d'une liste de tickets

This commit is contained in:
2025-07-04 09:00:12 +00:00
parent 70955573e8
commit 11698a52e3
11 changed files with 628 additions and 9 deletions

View File

@@ -10,6 +10,31 @@ servers:
components:
schemas:
Collection:
type: object
properties:
count:
type: number
format: u64
pagination:
type: object
properties:
first:
type: number
format: u64
items_per_page:
type: number
format: u64
next:
type: string
format: uri
nullable: true
previous:
type: string
format: uri
nullable: true
more:
type: boolean
EntityWorkflowAttachment:
type: object
properties: