mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 04:19:43 +00:00
Merge branch 'master' into ticket-app-master
# Conflicts: # src/Bundle/ChillMainBundle/Export/Formatter/CSVFormatter.php # src/Bundle/ChillMainBundle/Export/Formatter/CSVListFormatter.php # src/Bundle/ChillMainBundle/Export/Formatter/SpreadsheetListFormatter.php # src/Bundle/ChillMainBundle/Resources/public/vuejs/PickEntity/PickEntity.vue # src/Bundle/ChillPersonBundle/Export/Aggregator/AccompanyingCourseAggregators/GeographicalUnitStatAggregator.php # src/Bundle/ChillPersonBundle/Resources/public/types.ts # src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/AddPersons.vue
This commit is contained in:
@@ -1136,3 +1136,47 @@ paths:
|
||||
204:
|
||||
description: "resource was deleted successfully"
|
||||
|
||||
/1.0/main/export-generation/{id}/object:
|
||||
get:
|
||||
tags:
|
||||
- export
|
||||
summary: get the object status and details of an export-generation
|
||||
parameters:
|
||||
- name: id
|
||||
in: path
|
||||
required: true
|
||||
description: The entity export generation id
|
||||
schema:
|
||||
type: string
|
||||
format: uuid
|
||||
responses:
|
||||
403:
|
||||
description: Access denied
|
||||
200:
|
||||
description: "ok"
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: object
|
||||
/1.0/main/export/export-generation/create-from-saved-export/{id}:
|
||||
post:
|
||||
tags:
|
||||
- export
|
||||
summary: Create an export generation from an existing saved export
|
||||
parameters:
|
||||
- name: id
|
||||
in: path
|
||||
required: true
|
||||
description: The entity saved export's id
|
||||
schema:
|
||||
type: string
|
||||
format: uuid
|
||||
responses:
|
||||
403:
|
||||
description: Access denied
|
||||
200:
|
||||
description: "ok"
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: object
|
||||
|
Reference in New Issue
Block a user