Skip to content

Commit

Permalink
feat: Update sign template signer input (#356)
Browse files Browse the repository at this point in the history
* feat: Update sign template signer input

* Update openapi.json

* Update openapi.json
  • Loading branch information
congminh1254 authored Sep 6, 2023
1 parent 36a3df4 commit 670b89d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
10 changes: 9 additions & 1 deletion content/schemas/template_signer_input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ allOf:
- date
- text
- checkbox
- attachment
- radio
- dropdown
description: >-
Expand Down Expand Up @@ -109,4 +110,11 @@ allOf:
type: number
example: 0.05311728090109673
description: Relative height to the
page the input is on, ranging from 0 to 1.
page the input is on, ranging from 0 to 1.

label:
type: string
description: The label field is used especially for text,
attachment, radio, and checkbox type inputs.
nullable: true
example: Legal name
7 changes: 7 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -33048,6 +33048,7 @@
"date",
"text",
"checkbox",
"attachment",
"radio",
"dropdown"
],
Expand Down Expand Up @@ -33142,6 +33143,12 @@
"description": "Relative height to the page the input is on, ranging from 0 to 1."
}
}
},
"label": {
"type": "string",
"description": "The label field is used especially for text, attachment, radio, and checkbox type inputs.",
"nullable": true,
"example": "Legal name"
}
}
}
Expand Down

0 comments on commit 670b89d

Please sign in to comment.