From 19324ad0d8739aa140c0ecc7d2a3859846fe89be Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Mon, 10 Feb 2025 11:56:57 +0530 Subject: [PATCH] docs: update sender_name and sender_email in selfsign API --- docs/docs/API-docs/opensign.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs/API-docs/opensign.yaml b/docs/docs/API-docs/opensign.yaml index 720c2dbc0..088d046dd 100644 --- a/docs/docs/API-docs/opensign.yaml +++ b/docs/docs/API-docs/opensign.yaml @@ -1615,6 +1615,14 @@ components: type: string description: Specifies the URL where the signer will be redirected upon completing the document signing process. example: "" + sender_name: + type: string + description: The name of the person or organization on whose behalf the email is being sent. + example: opensign™ + sender_email: + type: string + description: The email address of the person or organization that users can reply to. + example: mailer@opensignlabs.com draftdocument_body: required: - file