Skip to content

Commit 8039f5a

Browse files
add file parameter in update template, create document from template APIs
1 parent a5ebd67 commit 8039f5a

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

docs/docs/API-docs/opensign.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3586,6 +3586,11 @@ components:
35863586
type: boolean
35873587
description: "true - Permits signers to add elements such as signatures, initials, stamps, or text on top of existing widgets in the document. false - Restricts signers from adding any additional elements to the document. This is the default value."
35883588
example: false
3589+
file:
3590+
type: string
3591+
description: You may provide the base64 encoded PDF file to replace the existing one
3592+
format: base64
3593+
example: ""
35893594
revokedocument:
35903595
type: object
35913596
properties:
@@ -3695,7 +3700,7 @@ components:
36953700
file:
36963701
type: string
36973702
format: base64
3698-
example: base64 encoded file
3703+
example: base64 encoded pdf
36993704
title:
37003705
type: string
37013706
format: string
@@ -3795,6 +3800,11 @@ components:
37953800
type: boolean
37963801
description: "true - Permits signers to add elements such as signatures, initials, stamps, or text on top of existing widgets in the document. false - Restricts signers from adding any additional elements to the document. This is the default value."
37973802
example: false
3803+
file:
3804+
type: string
3805+
description: You may provide the base64 encoded PDF file to replace the existing one
3806+
format: base64
3807+
example: ""
37983808
inline_response_404_7:
37993809
type: object
38003810
properties:

0 commit comments

Comments
 (0)