Return name only. Path will be calculated from the name and the files will be stored on disk
This commit is contained in:
18
openapi.yml
18
openapi.yml
@ -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:
|
||||
|
Reference in New Issue
Block a user