Skip to content

Commit 4de0fe6

Browse files
Update components/lumin_pdf/actions/send-signature-request/send-signature-request.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 4a12bc9 commit 4de0fe6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

components/lumin_pdf/actions/send-signature-request/send-signature-request.mjs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,11 @@ export default {
3838
description: "An array of path to files in the `/tmp` directory (for example, `/tmp/myFile.pdf`) to be sent for signature. This field is mutually exclusive with `File URL`, `Files`, and `File URLs`. Only one of these fields should be provided in the request.",
3939
optional: true,
4040
},
41-
signers: {
42-
type: "string[]",
43-
label: "Signers",
44-
description: "A list of objects of signers to add to your Signature Request. Format: `[{'email_address': '[email protected]', 'name': 'John Doe', 'group': 1}, {'email_address': '[email protected]', 'name': 'Jane Doe', 'group': 2}]`. [See the documentation](https://developers.luminpdf.com/api/send-signature-request/) for more information.",
45-
},
4641
viewers: {
4742
type: "string[]",
4843
label: "Viewers",
49-
description: "A list of objects of viewers to add to your Signature Request. Format: `[{'email_address': '[email protected]', 'name': 'John Doe'}, {'email_address': '[email protected]', 'name': 'Jane Doe']`. [See the documentation](https://developers.luminpdf.com/api/send-signature-request/) for more information.",
44+
description: "A list of objects of viewers to add to your Signature Request. Format: `[{'email_address': '[email protected]', 'name': 'John Doe'}, {'email_address': '[email protected]', 'name': 'Jane Doe'}]`. [See the documentation](https://developers.luminpdf.com/api/send-signature-request/) for more information.",
45+
optional: true,
5046
},
5147
title: {
5248
type: "string",

0 commit comments

Comments
 (0)