Partage d'export enregistré et génération asynchrone des exports

This commit is contained in:
2025-07-08 13:53:25 +00:00
parent c4cc0baa8e
commit 8bc16dadb0
447 changed files with 14134 additions and 3854 deletions

View File

@@ -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