mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 23:53:50 +00:00
Ajout de commentaires supplémentaires aux motifs
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user