mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 23:53:50 +00:00
Partage d'export enregistré et génération asynchrone des exports
This commit is contained in:
@@ -1111,3 +1111,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