From 59c7440c610653899cf59c44cff93e8fafc43ce5 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Sat, 14 Mar 2026 21:17:32 +0530 Subject: [PATCH] Add 'bcc' field to API schemas Added 'bcc' field to multiple schemas with examples and descriptions. --- docs/docs/API-docs/v1.1/opensign.yaml | 78 ++++++++++++++++++++++++--- 1 file changed, 71 insertions(+), 7 deletions(-) diff --git a/docs/docs/API-docs/v1.1/opensign.yaml b/docs/docs/API-docs/v1.1/opensign.yaml index f2e6b98fa..acd5a1fc7 100644 --- a/docs/docs/API-docs/v1.1/opensign.yaml +++ b/docs/docs/API-docs/v1.1/opensign.yaml @@ -5214,8 +5214,13 @@ components: remind_once_in_every: type: number example: 0 + bcc: + type: array + items: + type: string + example: ["user@example.com","user2@example.com"] prefill: - $ref: '#/components/schemas/prefill' + $ref: '#/components/schemas/prefill' xml: name: template_details contact: @@ -5394,7 +5399,17 @@ components: example: false remind_once_in_every: type: number - example: 0 + example: 0 + pen_colors: + type: array + items: + type: string + example: ["blue", "red", "black"] + bcc: + type: array + items: + type: string + example: ["user@example.com","user2@example.com"] xml: name: documentwithstatus signerIpsResponse: @@ -5716,6 +5731,13 @@ components: items: type: string example: ["blue", "red", "black"] + bcc: + type: array + items: + type: string + example: ["user@example.com","user2@example.com"] + description: | + bcc (blind carbon copy): Users added here will receive a notification email once the document is completed. draftdocument_body: required: - file @@ -5821,6 +5843,13 @@ components: items: type: string example: ["blue", "red", "black"] + bcc: + type: array + items: + type: string + example: ["user@example.com","user2@example.com"] + description: | + bcc (blind carbon copy): Users added here will receive a notification email once the document is completed. prefill: $ref: '#/components/schemas/prefill' createdocument_body: @@ -5929,6 +5958,13 @@ components: items: type: string example: ["blue", "red", "black"] + bcc: + type: array + items: + type: string + example: ["user@example.com","user2@example.com"] + description: | + bcc (blind carbon copy): Users added here will receive a notification email once the document is completed. prefill: $ref: '#/components/schemas/prefill' inline_response_200_1: @@ -6091,7 +6127,14 @@ components: type: array items: type: string - example: ["blue", "red", "black"] + example: ["blue", "red", "black"] + bcc: + type: array + items: + type: string + example: ["user@example.com","user2@example.com"] + description: | + bcc (blind carbon copy): Users added here will receive a notification email once the document is completed. prefill: type: object properties: @@ -6197,7 +6240,14 @@ components: type: array items: type: string - example: ["blue", "red", "black"] + example: ["blue", "red", "black"] + bcc: + type: array + items: + type: string + example: ["user@example.com","user2@example.com"] + description: | + bcc (blind carbon copy): Users added here will receive a notification email once the document is completed. inline_response_200_3: type: object properties: @@ -6324,9 +6374,16 @@ components: type: array items: type: string - example: ["blue", "red", "black"] + example: ["blue", "red", "black"] + bcc: + type: array + items: + type: string + example: ["user@example.com","user2@example.com"] + description: | + bcc (blind carbon copy): Users added here will receive a notification email once the document is completed. prefill: - $ref: '#/components/schemas/prefill' + $ref: '#/components/schemas/prefill' inline_response_draft_200: type: object properties: @@ -6423,7 +6480,14 @@ components: type: array items: type: string - example: ["blue", "red", "black"] + example: ["blue", "red", "black"] + bcc: + type: array + items: + type: string + example: ["user@example.com","user2@example.com"] + description: | + bcc (blind carbon copy): Users added here will receive a notification email once the document is completed. inline_response_404_7: type: object properties: