Skip to content

Commit ae412ec

Browse files
committed
Update en to output generated at 49e65bc
1 parent fc21828 commit ae412ec

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

openapi.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "http://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2.0.0",
17-
"x-box-commit-hash": "f871f1e4d1"
17+
"x-box-commit-hash": "d81cf2f982"
1818
},
1919
"servers": [
2020
{
@@ -33098,6 +33098,12 @@
3309833098
"description": "Order of the signer",
3309933099
"minimum": 0,
3310033100
"example": 2
33101+
},
33102+
"signer_group_id": {
33103+
"type": "string",
33104+
"description": "If set, signers who have the same group ID will be assigned to the same input.\nA signer group is expected to have more than one signer. When a group contains fewer than two signers, \nit will be converted to a single signer and the group will be removed. ",
33105+
"example": "cd4ff89-8fc1-42cf-8b29-1890dedd26d7",
33106+
"nullable": true
3310133107
}
3310233108
}
3310333109
}
@@ -37425,6 +37431,12 @@
3742537431
"description": "If set, the signer is required to enter the password before they are able\nto sign a document. This field is write only.",
3742637432
"example": "SecretPassword123",
3742737433
"nullable": true
37434+
},
37435+
"signer_group_id": {
37436+
"type": "string",
37437+
"description": "If set, signers who have the same group ID will be assigned to the same input.\nA signer group is expected to have more than one signer. When a group contains fewer than two signers, \nit will be converted to a single signer and the group will be removed. ",
37438+
"example": "cd4ff89-8fc1-42cf-8b29-1890dedd26d7",
37439+
"nullable": true
3742837440
}
3742937441
}
3743037442
},

0 commit comments

Comments
 (0)