Skip to content

Commit 59c7440

Browse files
Add 'bcc' field to API schemas
Added 'bcc' field to multiple schemas with examples and descriptions.
1 parent 047c43e commit 59c7440

1 file changed

Lines changed: 71 additions & 7 deletions

File tree

docs/docs/API-docs/v1.1/opensign.yaml

Lines changed: 71 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5214,8 +5214,13 @@ components:
52145214
remind_once_in_every:
52155215
type: number
52165216
example: 0
5217+
bcc:
5218+
type: array
5219+
items:
5220+
type: string
5221+
example: ["user@example.com","user2@example.com"]
52175222
prefill:
5218-
$ref: '#/components/schemas/prefill'
5223+
$ref: '#/components/schemas/prefill'
52195224
xml:
52205225
name: template_details
52215226
contact:
@@ -5394,7 +5399,17 @@ components:
53945399
example: false
53955400
remind_once_in_every:
53965401
type: number
5397-
example: 0
5402+
example: 0
5403+
pen_colors:
5404+
type: array
5405+
items:
5406+
type: string
5407+
example: ["blue", "red", "black"]
5408+
bcc:
5409+
type: array
5410+
items:
5411+
type: string
5412+
example: ["user@example.com","user2@example.com"]
53985413
xml:
53995414
name: documentwithstatus
54005415
signerIpsResponse:
@@ -5716,6 +5731,13 @@ components:
57165731
items:
57175732
type: string
57185733
example: ["blue", "red", "black"]
5734+
bcc:
5735+
type: array
5736+
items:
5737+
type: string
5738+
example: ["user@example.com","user2@example.com"]
5739+
description: |
5740+
bcc (blind carbon copy): Users added here will receive a notification email once the document is completed.
57195741
draftdocument_body:
57205742
required:
57215743
- file
@@ -5821,6 +5843,13 @@ components:
58215843
items:
58225844
type: string
58235845
example: ["blue", "red", "black"]
5846+
bcc:
5847+
type: array
5848+
items:
5849+
type: string
5850+
example: ["user@example.com","user2@example.com"]
5851+
description: |
5852+
bcc (blind carbon copy): Users added here will receive a notification email once the document is completed.
58245853
prefill:
58255854
$ref: '#/components/schemas/prefill'
58265855
createdocument_body:
@@ -5929,6 +5958,13 @@ components:
59295958
items:
59305959
type: string
59315960
example: ["blue", "red", "black"]
5961+
bcc:
5962+
type: array
5963+
items:
5964+
type: string
5965+
example: ["user@example.com","user2@example.com"]
5966+
description: |
5967+
bcc (blind carbon copy): Users added here will receive a notification email once the document is completed.
59325968
prefill:
59335969
$ref: '#/components/schemas/prefill'
59345970
inline_response_200_1:
@@ -6091,7 +6127,14 @@ components:
60916127
type: array
60926128
items:
60936129
type: string
6094-
example: ["blue", "red", "black"]
6130+
example: ["blue", "red", "black"]
6131+
bcc:
6132+
type: array
6133+
items:
6134+
type: string
6135+
example: ["user@example.com","user2@example.com"]
6136+
description: |
6137+
bcc (blind carbon copy): Users added here will receive a notification email once the document is completed.
60956138
prefill:
60966139
type: object
60976140
properties:
@@ -6197,7 +6240,14 @@ components:
61976240
type: array
61986241
items:
61996242
type: string
6200-
example: ["blue", "red", "black"]
6243+
example: ["blue", "red", "black"]
6244+
bcc:
6245+
type: array
6246+
items:
6247+
type: string
6248+
example: ["user@example.com","user2@example.com"]
6249+
description: |
6250+
bcc (blind carbon copy): Users added here will receive a notification email once the document is completed.
62016251
inline_response_200_3:
62026252
type: object
62036253
properties:
@@ -6324,9 +6374,16 @@ components:
63246374
type: array
63256375
items:
63266376
type: string
6327-
example: ["blue", "red", "black"]
6377+
example: ["blue", "red", "black"]
6378+
bcc:
6379+
type: array
6380+
items:
6381+
type: string
6382+
example: ["user@example.com","user2@example.com"]
6383+
description: |
6384+
bcc (blind carbon copy): Users added here will receive a notification email once the document is completed.
63286385
prefill:
6329-
$ref: '#/components/schemas/prefill'
6386+
$ref: '#/components/schemas/prefill'
63306387
inline_response_draft_200:
63316388
type: object
63326389
properties:
@@ -6423,7 +6480,14 @@ components:
64236480
type: array
64246481
items:
64256482
type: string
6426-
example: ["blue", "red", "black"]
6483+
example: ["blue", "red", "black"]
6484+
bcc:
6485+
type: array
6486+
items:
6487+
type: string
6488+
example: ["user@example.com","user2@example.com"]
6489+
description: |
6490+
bcc (blind carbon copy): Users added here will receive a notification email once the document is completed.
64276491
inline_response_404_7:
64286492
type: object
64296493
properties:

0 commit comments

Comments
 (0)