@@ -819,68 +819,6 @@ paths:
819819 type : integer
820820 description : Numeric code representing what action should be taken with the response.
821821 example : 200
822- /request-signature/signature :
823- delete :
824- tags :
825- - sign
826- summary : Delete sign request using a list of users
827- description : Delete the request to sign using a list of users
828- operationId : signFile#deleteSignature
829- security :
830- - basicAuth : []
831- requestBody :
832- content :
833- application/json :
834- schema :
835- type : object
836- properties :
837- uuid :
838- type : string
839- format : uuid
840- description : Received from sign request
841- file :
842- $ref : ' #/components/schemas/fileId'
843- users :
844- type : array
845- description : Collection of persons
846- items :
847- type : object
848- description : Person who will deleted
849- properties :
850- email :
851- type : string
852- format : email
853- description : Unique email to identify user
854- 855- required :
856- - email
857- required :
858- - uuid
859- - users
860- required : true
861- responses :
862- ' 200 ' :
863- description : Success!
864- content :
865- application/json :
866- schema :
867- type : object
868- properties :
869- message :
870- type : string
871- description : Success message
872- example : Success
873- ' 422 ' :
874- description : Request failed
875- content :
876- application/json :
877- schema :
878- type : object
879- properties :
880- message :
881- type : string
882- description : Description of the failure that occurred
883- example : UUID not found
884822 ' /sign/uuid/{uuid} ' :
885823 post :
886824 tags :
@@ -1353,6 +1291,13 @@ paths:
13531291 type : string
13541292 format : uuid
13551293 description : Received from sign request
1294+ request_date :
1295+ type : string
1296+ format : date-time
1297+ pattern : ' \d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}'
1298+ nullable : true
1299+ description : Date the file was requested to be signed
1300+ example : ' 2021-12-31 22:45:50'
13561301 requested_by :
13571302 $ref : ' #/components/schemas/basicAccount'
13581303 pages :
@@ -1405,6 +1350,15 @@ paths:
14051350 type : boolean
14061351 description : It's me?
14071352 example : true
1353+ identifyMethods :
1354+ type : array
1355+ items :
1356+ type : object
1357+ properties :
1358+ method :
1359+ type : string
1360+ value :
1361+ type : string
14081362 email :
14091363 type : string
14101364 format : email
@@ -1528,6 +1482,8 @@ paths:
15281482 type : string
15291483 format : uuid
15301484 description : Received from sign request
1485+ request_date :
1486+ type : integer
15311487 pages :
15321488 type : array
15331489 description : |-
@@ -1578,6 +1534,15 @@ paths:
15781534 type : boolean
15791535 description : It's me?
15801536 example : true
1537+ identifyMethods :
1538+ type : array
1539+ items :
1540+ type : object
1541+ properties :
1542+ method :
1543+ type : string
1544+ value :
1545+ type : string
15811546 email :
15821547 type : string
15831548 format : email
0 commit comments