Return name only. Path will be calculated from the name and the files will be stored on disk

This commit is contained in:
2025-01-30 21:15:47 +01:00
parent 4aeb6f5d28
commit f4112670ed
5 changed files with 30 additions and 10 deletions

View File

@ -130,13 +130,27 @@ components:
properties:
id:
type: string
signingRequestDocumentIds:
signingRequestDocuments:
type: array
items:
type: string
$ref: "#/components/schemas/GetSigningRequestResponseSigningRequestDocument"
signed:
type: boolean
GetSigningRequestResponseSigningRequestDocument:
type: object
required:
- id
- name
- confirmed
properties:
id:
type: string
name:
type: string
confirmed:
type: boolean
ErrorResponse:
type: object
required: