mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-22 23:52:30 +02:00
Update access_code type to string in opensign.yaml
Changed access_code type and format from number to string in multiple sections.
This commit is contained in:
@@ -7162,8 +7162,8 @@ components:
|
||||
- approver
|
||||
example: signer
|
||||
access_code:
|
||||
type: number
|
||||
format: number
|
||||
type: string
|
||||
format: string
|
||||
description: "Optional numeric access code required for the signer to access and sign the document."
|
||||
example: 123456
|
||||
widgets:
|
||||
@@ -7244,8 +7244,8 @@ components:
|
||||
- approver
|
||||
example: signer
|
||||
access_code:
|
||||
type: number
|
||||
format: number
|
||||
type: string
|
||||
format: string
|
||||
description: "Optional numeric access code required for the signer to access and sign the document."
|
||||
example: 123456
|
||||
widgets:
|
||||
|
||||
Reference in New Issue
Block a user