yousign_client 1.0.0 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (132) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +14 -8
  3. data/config.json +2 -2
  4. data/docs/AuthenticationsApi.md +60 -45
  5. data/docs/CheckDocumentsApi.md +40 -30
  6. data/docs/ConsentProcessesApi.md +80 -57
  7. data/docs/FileInput.md +1 -1
  8. data/docs/FileObjectsApi.md +40 -30
  9. data/docs/FilesApi.md +40 -30
  10. data/docs/MembersApi.md +50 -36
  11. data/docs/OperationsApi.md +20 -15
  12. data/docs/OrganizationsApi.md +11 -10
  13. data/docs/ProcedureOutput.md +1 -0
  14. data/docs/ProceduresApi.md +90 -66
  15. data/docs/ServerStampsApi.md +20 -15
  16. data/docs/SignatureUIsApi.md +101 -82
  17. data/docs/UserGroupsApi.md +21 -16
  18. data/docs/UsersApi.md +51 -40
  19. data/docs/WorkspacesApi.md +11 -10
  20. data/generate.sh +10 -0
  21. data/lib/yousign_client/api/authentications_api.rb +25 -88
  22. data/lib/yousign_client/api/check_documents_api.rb +17 -59
  23. data/lib/yousign_client/api/consent_processes_api.rb +33 -110
  24. data/lib/yousign_client/api/file_objects_api.rb +17 -59
  25. data/lib/yousign_client/api/files_api.rb +17 -59
  26. data/lib/yousign_client/api/members_api.rb +21 -70
  27. data/lib/yousign_client/api/operations_api.rb +9 -30
  28. data/lib/yousign_client/api/organizations_api.rb +5 -12
  29. data/lib/yousign_client/api/procedures_api.rb +37 -128
  30. data/lib/yousign_client/api/server_stamps_api.rb +9 -30
  31. data/lib/yousign_client/api/signature_u_is_api.rb +41 -153
  32. data/lib/yousign_client/api/user_groups_api.rb +9 -23
  33. data/lib/yousign_client/api/users_api.rb +21 -70
  34. data/lib/yousign_client/api/workspaces_api.rb +5 -12
  35. data/lib/yousign_client/api_client.rb +4 -4
  36. data/lib/yousign_client/api_error.rb +1 -1
  37. data/lib/yousign_client/configuration.rb +4 -4
  38. data/lib/yousign_client/models/authentication_email_output.rb +1 -1
  39. data/lib/yousign_client/models/authentication_inwebo_output.rb +1 -1
  40. data/lib/yousign_client/models/authentication_sms_output.rb +1 -1
  41. data/lib/yousign_client/models/body.rb +1 -1
  42. data/lib/yousign_client/models/body_1.rb +1 -1
  43. data/lib/yousign_client/models/body_2.rb +1 -1
  44. data/lib/yousign_client/models/check_document_bank_accounts_input.rb +1 -1
  45. data/lib/yousign_client/models/check_document_bank_accounts_output.rb +1 -16
  46. data/lib/yousign_client/models/check_document_identities_input.rb +1 -1
  47. data/lib/yousign_client/models/check_document_identities_output.rb +1 -16
  48. data/lib/yousign_client/models/config_email_template.rb +1 -1
  49. data/lib/yousign_client/models/config_webhook_template.rb +1 -1
  50. data/lib/yousign_client/models/consent_process_input.rb +1 -1
  51. data/lib/yousign_client/models/consent_process_output.rb +1 -1
  52. data/lib/yousign_client/models/consent_process_value_input.rb +1 -1
  53. data/lib/yousign_client/models/consent_process_value_output.rb +1 -1
  54. data/lib/yousign_client/models/file_input.rb +1 -3
  55. data/lib/yousign_client/models/file_input_metadata.rb +1 -1
  56. data/lib/yousign_client/models/file_object_input.rb +1 -16
  57. data/lib/yousign_client/models/file_object_input_without_file_reference.rb +1 -16
  58. data/lib/yousign_client/models/file_object_output.rb +1 -31
  59. data/lib/yousign_client/models/file_object_output_without_file_reference.rb +1 -31
  60. data/lib/yousign_client/models/file_output.rb +1 -31
  61. data/lib/yousign_client/models/inline_response_400.rb +1 -1
  62. data/lib/yousign_client/models/inwebo_user_request.rb +1 -16
  63. data/lib/yousign_client/models/member_input.rb +3 -3
  64. data/lib/yousign_client/models/member_output.rb +3 -18
  65. data/lib/yousign_client/models/mode_sms_configuration.rb +1 -1
  66. data/lib/yousign_client/models/operation_input.rb +1 -1
  67. data/lib/yousign_client/models/operation_output.rb +1 -1
  68. data/lib/yousign_client/models/operation_output_metadata.rb +1 -1
  69. data/lib/yousign_client/models/organization_billing_address.rb +1 -1
  70. data/lib/yousign_client/models/organization_output.rb +1 -16
  71. data/lib/yousign_client/models/procedure_config.rb +1 -1
  72. data/lib/yousign_client/models/procedure_config_email.rb +1 -1
  73. data/lib/yousign_client/models/procedure_config_reminder.rb +1 -1
  74. data/lib/yousign_client/models/procedure_config_reminder_config.rb +1 -1
  75. data/lib/yousign_client/models/procedure_config_reminder_config_email.rb +1 -1
  76. data/lib/yousign_client/models/procedure_config_webhook.rb +1 -1
  77. data/lib/yousign_client/models/procedure_duplicate_input.rb +1 -1
  78. data/lib/yousign_client/models/procedure_input.rb +1 -1
  79. data/lib/yousign_client/models/procedure_input_metadata.rb +1 -1
  80. data/lib/yousign_client/models/procedure_output.rb +12 -47
  81. data/lib/yousign_client/models/procedure_output_metadata.rb +1 -1
  82. data/lib/yousign_client/models/procedure_remind_config.rb +1 -1
  83. data/lib/yousign_client/models/procedure_remind_config_email.rb +1 -1
  84. data/lib/yousign_client/models/procedure_remind_input.rb +1 -1
  85. data/lib/yousign_client/models/server_stamp_config.rb +1 -1
  86. data/lib/yousign_client/models/server_stamp_config_webhook.rb +1 -1
  87. data/lib/yousign_client/models/server_stamp_input.rb +1 -1
  88. data/lib/yousign_client/models/server_stamp_output.rb +1 -1
  89. data/lib/yousign_client/models/signature_ui_input.rb +1 -1
  90. data/lib/yousign_client/models/signature_ui_input_redirect_cancel.rb +1 -1
  91. data/lib/yousign_client/models/signature_ui_input_redirect_error.rb +1 -1
  92. data/lib/yousign_client/models/signature_ui_input_redirect_success.rb +1 -1
  93. data/lib/yousign_client/models/signature_ui_input_update.rb +1 -1
  94. data/lib/yousign_client/models/signature_ui_label_input.rb +1 -1
  95. data/lib/yousign_client/models/signature_ui_label_input_included.rb +1 -1
  96. data/lib/yousign_client/models/signature_ui_label_output.rb +1 -1
  97. data/lib/yousign_client/models/signature_ui_output.rb +1 -1
  98. data/lib/yousign_client/models/signature_ui_output_redirect_cancel.rb +1 -1
  99. data/lib/yousign_client/models/signature_ui_output_redirect_error.rb +1 -1
  100. data/lib/yousign_client/models/signature_ui_output_redirect_success.rb +1 -1
  101. data/lib/yousign_client/models/user_group.rb +1 -16
  102. data/lib/yousign_client/models/user_input.rb +1 -1
  103. data/lib/yousign_client/models/user_input_notifications.rb +1 -1
  104. data/lib/yousign_client/models/user_output.rb +1 -16
  105. data/lib/yousign_client/models/user_output_notifications.rb +1 -1
  106. data/lib/yousign_client/models/user_workspace_output.rb +1 -16
  107. data/lib/yousign_client/models/workspace_config.rb +1 -1
  108. data/lib/yousign_client/models/workspace_config_email.rb +1 -1
  109. data/lib/yousign_client/models/workspace_config_procedure.rb +1 -1
  110. data/lib/yousign_client/models/workspace_output.rb +1 -16
  111. data/lib/yousign_client/version.rb +2 -2
  112. data/lib/yousign_client.rb +1 -1
  113. data/spec/api/authentications_api_spec.rb +0 -9
  114. data/spec/api/check_documents_api_spec.rb +0 -6
  115. data/spec/api/consent_processes_api_spec.rb +0 -11
  116. data/spec/api/file_objects_api_spec.rb +0 -6
  117. data/spec/api/files_api_spec.rb +0 -6
  118. data/spec/api/members_api_spec.rb +0 -7
  119. data/spec/api/operations_api_spec.rb +0 -3
  120. data/spec/api/organizations_api_spec.rb +0 -1
  121. data/spec/api/procedures_api_spec.rb +0 -13
  122. data/spec/api/server_stamps_api_spec.rb +0 -3
  123. data/spec/api/signature_u_is_api_spec.rb +0 -16
  124. data/spec/api/user_groups_api_spec.rb +0 -2
  125. data/spec/api/users_api_spec.rb +0 -7
  126. data/spec/api/workspaces_api_spec.rb +0 -1
  127. data/spec/models/member_input_spec.rb +1 -1
  128. data/spec/models/member_output_spec.rb +1 -1
  129. data/update_client.sh +0 -4
  130. data/yousign_client.gemspec +3 -2
  131. data/yousign_openapi.json +59 -706
  132. metadata +28 -7
data/yousign_openapi.json CHANGED
@@ -18,14 +18,7 @@
18
18
  "get" : {
19
19
  "tags" : [ "Organizations" ],
20
20
  "summary" : "List all Organizations",
21
- "parameters" : [ {
22
- "name" : "Authorization",
23
- "in" : "header",
24
- "required" : true,
25
- "type" : "string",
26
- "description" : "Authentication credentials for HTTP authentication",
27
- "x-example" : "Bearer {{access_token}}"
28
- } ],
21
+ "parameters" : [ ],
29
22
  "responses" : {
30
23
  "200" : {
31
24
  "description" : "Status 200",
@@ -46,14 +39,7 @@
46
39
  "get" : {
47
40
  "tags" : [ "Workspaces" ],
48
41
  "summary" : "List all Workspaces",
49
- "parameters" : [ {
50
- "name" : "Authorization",
51
- "in" : "header",
52
- "required" : true,
53
- "type" : "string",
54
- "description" : "Authentication credentials for HTTP authentication",
55
- "x-example" : "Bearer {{access_token}}"
56
- } ],
42
+ "parameters" : [ ],
57
43
  "responses" : {
58
44
  "200" : {
59
45
  "description" : "Status 200",
@@ -74,14 +60,7 @@
74
60
  "get" : {
75
61
  "tags" : [ "Users" ],
76
62
  "summary" : "List all Users",
77
- "parameters" : [ {
78
- "name" : "Authorization",
79
- "in" : "header",
80
- "required" : true,
81
- "type" : "string",
82
- "description" : "Authentication credentials for HTTP authentication",
83
- "x-example" : "Bearer {{access_token}}"
84
- } ],
63
+ "parameters" : [ ],
85
64
  "responses" : {
86
65
  "200" : {
87
66
  "description" : "Status 200",
@@ -99,20 +78,6 @@
99
78
  "summary" : "Create a new User on Yousign application",
100
79
  "consumes" : [ ],
101
80
  "parameters" : [ {
102
- "name" : "Authorization",
103
- "in" : "header",
104
- "required" : true,
105
- "type" : "string",
106
- "description" : "Authentication credentials for HTTP authentication",
107
- "x-example" : "Bearer {{access_token}}"
108
- }, {
109
- "name" : "Content-Type",
110
- "in" : "header",
111
- "required" : true,
112
- "type" : "string",
113
- "description" : "The MIME type of the body of the request",
114
- "x-example" : "application/json"
115
- }, {
116
81
  "name" : "body",
117
82
  "in" : "body",
118
83
  "required" : true,
@@ -137,14 +102,7 @@
137
102
  "get" : {
138
103
  "tags" : [ "Users" ],
139
104
  "summary" : "Find a User by ID",
140
- "parameters" : [ {
141
- "name" : "Authorization",
142
- "in" : "header",
143
- "required" : true,
144
- "type" : "string",
145
- "description" : "Authentication credentials for HTTP authentication",
146
- "x-example" : "Bearer {{access_token}}"
147
- } ],
105
+ "parameters" : [ ],
148
106
  "responses" : {
149
107
  "200" : {
150
108
  "description" : "Status 200",
@@ -159,20 +117,6 @@
159
117
  "summary" : "Update a User",
160
118
  "consumes" : [ ],
161
119
  "parameters" : [ {
162
- "name" : "Authorization",
163
- "in" : "header",
164
- "required" : true,
165
- "type" : "string",
166
- "description" : "Authentication credentials for HTTP authentication",
167
- "x-example" : "Bearer {{access_token}}"
168
- }, {
169
- "name" : "Content-Type",
170
- "in" : "header",
171
- "required" : true,
172
- "type" : "string",
173
- "description" : "The MIME type of the body of the request",
174
- "x-example" : "application/json"
175
- }, {
176
120
  "name" : "body",
177
121
  "in" : "body",
178
122
  "required" : true,
@@ -192,14 +136,7 @@
192
136
  "delete" : {
193
137
  "tags" : [ "Users" ],
194
138
  "summary" : "Delete a User",
195
- "parameters" : [ {
196
- "name" : "Authorization",
197
- "in" : "header",
198
- "required" : true,
199
- "type" : "string",
200
- "description" : "Authentication credentials for HTTP authentication",
201
- "x-example" : "Bearer {{access_token}}"
202
- } ],
139
+ "parameters" : [ ],
203
140
  "responses" : {
204
141
  "204" : {
205
142
  "description" : "Status 204"
@@ -221,14 +158,7 @@
221
158
  "tags" : [ "User Groups" ],
222
159
  "summary" : "Get User Group list",
223
160
  "produces" : [ "application/json" ],
224
- "parameters" : [ {
225
- "name" : "Authorization",
226
- "in" : "header",
227
- "required" : true,
228
- "type" : "string",
229
- "description" : "Authentication credentials for HTTP authentication",
230
- "x-example" : "Bearer {{access_token}}"
231
- } ],
161
+ "parameters" : [ ],
232
162
  "responses" : {
233
163
  "200" : {
234
164
  "description" : "Status 200",
@@ -249,14 +179,7 @@
249
179
  "get" : {
250
180
  "tags" : [ "User Groups" ],
251
181
  "summary" : "Find a User Group by ID",
252
- "parameters" : [ {
253
- "name" : "Authorization",
254
- "in" : "header",
255
- "required" : true,
256
- "type" : "string",
257
- "description" : "Authentication credentials for HTTP authentication",
258
- "x-example" : "Bearer {{access_token}}"
259
- } ],
182
+ "parameters" : [ ],
260
183
  "responses" : {
261
184
  "200" : {
262
185
  "description" : "Status 200",
@@ -283,20 +206,6 @@
283
206
  "description" : "Used to upload a file in base64 on our platform",
284
207
  "consumes" : [ ],
285
208
  "parameters" : [ {
286
- "name" : "Authorization",
287
- "in" : "header",
288
- "required" : true,
289
- "type" : "string",
290
- "description" : "Authentication credentials for HTTP authentication",
291
- "x-example" : "Bearer {{access_token}}"
292
- }, {
293
- "name" : "Content-Type",
294
- "in" : "header",
295
- "required" : true,
296
- "type" : "string",
297
- "description" : "The MIME type of the body of the request",
298
- "x-example" : "application/json"
299
- }, {
300
209
  "name" : "body",
301
210
  "in" : "body",
302
211
  "required" : true,
@@ -322,14 +231,7 @@
322
231
  "tags" : [ "Files" ],
323
232
  "summary" : "Find a File by ID",
324
233
  "description" : "Returns all the information regarding the File but without its content (for performance issue).",
325
- "parameters" : [ {
326
- "name" : "Authorization",
327
- "in" : "header",
328
- "required" : true,
329
- "type" : "string",
330
- "description" : "Authentication credentials for HTTP authentication",
331
- "x-example" : "Bearer {{access_token}}"
332
- } ],
234
+ "parameters" : [ ],
333
235
  "responses" : {
334
236
  "200" : {
335
237
  "description" : "Status 200",
@@ -354,14 +256,7 @@
354
256
  "tags" : [ "Files" ],
355
257
  "summary" : "Download a File",
356
258
  "description" : "Used to get the base64 content of a file",
357
- "parameters" : [ {
358
- "name" : "Authorization",
359
- "in" : "header",
360
- "required" : true,
361
- "type" : "string",
362
- "description" : "Authentication credentials for HTTP authentication",
363
- "x-example" : "Bearer {{access_token}}"
364
- } ],
259
+ "parameters" : [ ],
365
260
  "responses" : {
366
261
  "200" : {
367
262
  "description" : "Status 200",
@@ -390,21 +285,6 @@
390
285
  "tags" : [ "Files" ],
391
286
  "summary" : "Duplicate a File",
392
287
  "description" : "Duplicate a file. It will be create a clone of this file, with a new ID.",
393
- "parameters" : [ {
394
- "name" : "Authorization",
395
- "in" : "header",
396
- "required" : true,
397
- "type" : "string",
398
- "description" : "Authentication credentials for HTTP authentication",
399
- "x-example" : "Bearer {{access_token}}"
400
- }, {
401
- "name" : "Content-Type",
402
- "in" : "header",
403
- "required" : true,
404
- "type" : "string",
405
- "description" : "The MIME type of the body of the request",
406
- "x-example" : "application/json"
407
- } ],
408
288
  "responses" : {
409
289
  "201" : {
410
290
  "description" : "Status 201",
@@ -563,14 +443,7 @@
563
443
  "type" : "string",
564
444
  "description" : "Order by createdAt\n\norder[createdAt]=asc\norder[createdAt]=desc",
565
445
  "enum" : [ "asc", "desc" ]
566
- }, {
567
- "name" : "Authorization",
568
- "in" : "header",
569
- "required" : true,
570
- "type" : "string",
571
- "description" : "Authentication credentials for HTTP authentication",
572
- "x-example" : "Bearer {{access_token}}"
573
- } ],
446
+ } ],
574
447
  "responses" : {
575
448
  "200" : {
576
449
  "description" : "Status 200",
@@ -608,20 +481,6 @@
608
481
  "summary" : "Create a new Procedure",
609
482
  "consumes" : [ ],
610
483
  "parameters" : [ {
611
- "name" : "Authorization",
612
- "in" : "header",
613
- "required" : true,
614
- "type" : "string",
615
- "description" : "Authentication credentials for HTTP authentication",
616
- "x-example" : "Bearer {{access_token}}"
617
- }, {
618
- "name" : "Content-Type",
619
- "in" : "header",
620
- "required" : true,
621
- "type" : "string",
622
- "description" : "The MIME type of the body of the request",
623
- "x-example" : "application/json"
624
- }, {
625
484
  "name" : "body",
626
485
  "in" : "body",
627
486
  "required" : true,
@@ -649,14 +508,7 @@
649
508
  "get" : {
650
509
  "tags" : [ "Procedures" ],
651
510
  "summary" : "Find a Procedure by ID",
652
- "parameters" : [ {
653
- "name" : "Authorization",
654
- "in" : "header",
655
- "required" : true,
656
- "type" : "string",
657
- "description" : "Authentication credentials for HTTP authentication",
658
- "x-example" : "Bearer {{access_token}}"
659
- } ],
511
+ "parameters" : [ ],
660
512
  "responses" : {
661
513
  "200" : {
662
514
  "description" : "Status 200",
@@ -674,20 +526,6 @@
674
526
  "summary" : "Update a Procedure",
675
527
  "consumes" : [ ],
676
528
  "parameters" : [ {
677
- "name" : "Authorization",
678
- "in" : "header",
679
- "required" : true,
680
- "type" : "string",
681
- "description" : "Authentication credentials for HTTP authentication",
682
- "x-example" : "Bearer {{access_token}}"
683
- }, {
684
- "name" : "Content-Type",
685
- "in" : "header",
686
- "required" : true,
687
- "type" : "string",
688
- "description" : "The MIME type of the body of the request",
689
- "x-example" : "application/json"
690
- }, {
691
529
  "name" : "body",
692
530
  "in" : "body",
693
531
  "required" : true,
@@ -713,14 +551,7 @@
713
551
  "delete" : {
714
552
  "tags" : [ "Procedures" ],
715
553
  "summary" : "Delete a Procedure",
716
- "parameters" : [ {
717
- "name" : "Authorization",
718
- "in" : "header",
719
- "required" : true,
720
- "type" : "string",
721
- "description" : "Authentication credentials for HTTP authentication",
722
- "x-example" : "Bearer {{access_token}}"
723
- } ],
554
+ "parameters" : [ ],
724
555
  "responses" : {
725
556
  "204" : {
726
557
  "description" : "Status 204"
@@ -743,20 +574,6 @@
743
574
  "summary" : "Duplicate a Procedure",
744
575
  "consumes" : [ ],
745
576
  "parameters" : [ {
746
- "name" : "Authorization",
747
- "in" : "header",
748
- "required" : true,
749
- "type" : "string",
750
- "description" : "Authentication credentials for HTTP authentication",
751
- "x-example" : "Bearer {{access_token}}"
752
- }, {
753
- "name" : "Content-Type",
754
- "in" : "header",
755
- "required" : true,
756
- "type" : "string",
757
- "description" : "The MIME type of the body of the request",
758
- "x-example" : "application/json"
759
- }, {
760
577
  "name" : "body",
761
578
  "in" : "body",
762
579
  "required" : true,
@@ -887,14 +704,7 @@
887
704
  "type" : "string",
888
705
  "description" : "Order by attribut",
889
706
  "enum" : [ "asc", "desc" ]
890
- }, {
891
- "name" : "Authorization",
892
- "in" : "header",
893
- "required" : true,
894
- "type" : "string",
895
- "description" : "Authentication credentials for HTTP authentication",
896
- "x-example" : "Bearer {{access_token}}"
897
- } ],
707
+ } ],
898
708
  "responses" : {
899
709
  "200" : {
900
710
  "description" : "Status 200",
@@ -917,20 +727,6 @@
917
727
  "summary" : "Remind a Procedure",
918
728
  "consumes" : [ ],
919
729
  "parameters" : [ {
920
- "name" : "Authorization",
921
- "in" : "header",
922
- "required" : true,
923
- "type" : "string",
924
- "description" : "Authentication credentials for HTTP authentication",
925
- "x-example" : "Bearer {{access_token}}"
926
- }, {
927
- "name" : "Content-Type",
928
- "in" : "header",
929
- "required" : true,
930
- "type" : "string",
931
- "description" : "The MIME type of the body of the request",
932
- "x-example" : "application/json"
933
- }, {
934
730
  "name" : "body",
935
731
  "in" : "body",
936
732
  "required" : true,
@@ -965,14 +761,7 @@
965
761
  "tags" : [ "Procedures" ],
966
762
  "summary" : "Get a Procedure proof file",
967
763
  "description" : "Get a Procedure proof file",
968
- "parameters" : [ {
969
- "name" : "Authorization",
970
- "in" : "header",
971
- "required" : true,
972
- "type" : "string",
973
- "description" : "Authentication credentials for HTTP authentication",
974
- "x-example" : "Bearer {{access_token}}"
975
- } ],
764
+ "parameters" : [ ],
976
765
  "responses" : {
977
766
  "200" : {
978
767
  "description" : "Status 200",
@@ -1008,14 +797,7 @@
1008
797
  "required" : false,
1009
798
  "type" : "string",
1010
799
  "x-example" : "Id for filter about a procedure"
1011
- }, {
1012
- "name" : "Authorization",
1013
- "in" : "header",
1014
- "required" : true,
1015
- "type" : "string",
1016
- "description" : "Authentication credentials for HTTP authentication",
1017
- "x-example" : "Bearer {{access_token}}"
1018
- } ],
800
+ } ],
1019
801
  "responses" : {
1020
802
  "200" : {
1021
803
  "description" : "Array of members",
@@ -1034,20 +816,6 @@
1034
816
  "description" : "Create a new member",
1035
817
  "consumes" : [ ],
1036
818
  "parameters" : [ {
1037
- "name" : "Authorization",
1038
- "in" : "header",
1039
- "required" : true,
1040
- "type" : "string",
1041
- "description" : "Authentication credentials for HTTP authentication",
1042
- "x-example" : "Bearer {{access_token}}"
1043
- }, {
1044
- "name" : "Content-Type",
1045
- "in" : "header",
1046
- "required" : true,
1047
- "type" : "string",
1048
- "description" : "The MIME type of the body of the request",
1049
- "x-example" : "application/json"
1050
- }, {
1051
819
  "name" : "body",
1052
820
  "in" : "body",
1053
821
  "required" : true,
@@ -1075,20 +843,6 @@
1075
843
  "description" : "Edit a member",
1076
844
  "consumes" : [ ],
1077
845
  "parameters" : [ {
1078
- "name" : "Authorization",
1079
- "in" : "header",
1080
- "required" : true,
1081
- "type" : "string",
1082
- "description" : "Authentication credentials for HTTP authentication",
1083
- "x-example" : "Bearer {{access_token}}"
1084
- }, {
1085
- "name" : "Content-Type",
1086
- "in" : "header",
1087
- "required" : true,
1088
- "type" : "string",
1089
- "description" : "The MIME type of the body of the request",
1090
- "x-example" : "application/json"
1091
- }, {
1092
846
  "name" : "body",
1093
847
  "in" : "body",
1094
848
  "required" : true,
@@ -1109,14 +863,7 @@
1109
863
  "tags" : [ "Members" ],
1110
864
  "summary" : "Delete a Member",
1111
865
  "description" : "Delete a member",
1112
- "parameters" : [ {
1113
- "name" : "Authorization",
1114
- "in" : "header",
1115
- "required" : true,
1116
- "type" : "string",
1117
- "description" : "Authentication credentials for HTTP authentication",
1118
- "x-example" : "Bearer {{access_token}}"
1119
- } ],
866
+ "parameters" : [ ],
1120
867
  "responses" : {
1121
868
  "204" : {
1122
869
  "description" : "Status 204"
@@ -1138,14 +885,7 @@
1138
885
  "tags" : [ "Members" ],
1139
886
  "summary" : "Get a proof file of a Member",
1140
887
  "description" : "Get a proof file of a member",
1141
- "parameters" : [ {
1142
- "name" : "Authorization",
1143
- "in" : "header",
1144
- "required" : true,
1145
- "type" : "string",
1146
- "description" : "Authentication credentials for HTTP authentication",
1147
- "x-example" : "Bearer {{access_token}}"
1148
- } ],
888
+ "parameters" : [ ],
1149
889
  "responses" : {
1150
890
  "200" : {
1151
891
  "description" : "Status 200",
@@ -1178,20 +918,6 @@
1178
918
  "description" : "Create a new fileObject",
1179
919
  "consumes" : [ ],
1180
920
  "parameters" : [ {
1181
- "name" : "Authorization",
1182
- "in" : "header",
1183
- "required" : true,
1184
- "type" : "string",
1185
- "description" : "Authentication credentials for HTTP authentication",
1186
- "x-example" : "Bearer {{access_token}}"
1187
- }, {
1188
- "name" : "Content-Type",
1189
- "in" : "header",
1190
- "required" : true,
1191
- "type" : "string",
1192
- "description" : "The MIME type of the body of the request",
1193
- "x-example" : "application/json"
1194
- }, {
1195
921
  "name" : "body",
1196
922
  "in" : "body",
1197
923
  "required" : true,
@@ -1217,14 +943,7 @@
1217
943
  "tags" : [ "File Objects" ],
1218
944
  "summary" : "Find a File Object by ID",
1219
945
  "description" : "Get a File Object",
1220
- "parameters" : [ {
1221
- "name" : "Authorization",
1222
- "in" : "header",
1223
- "required" : true,
1224
- "type" : "string",
1225
- "description" : "Authentication credentials for HTTP authentication",
1226
- "x-example" : "Bearer {{access_token}}"
1227
- } ],
946
+ "parameters" : [ ],
1228
947
  "responses" : {
1229
948
  "200" : {
1230
949
  "description" : "Status 200",
@@ -1240,20 +959,6 @@
1240
959
  "description" : "Update a File Object",
1241
960
  "consumes" : [ ],
1242
961
  "parameters" : [ {
1243
- "name" : "Authorization",
1244
- "in" : "header",
1245
- "required" : true,
1246
- "type" : "string",
1247
- "description" : "Authentication credentials for HTTP authentication",
1248
- "x-example" : "Bearer {{access_token}}"
1249
- }, {
1250
- "name" : "Content-Type",
1251
- "in" : "header",
1252
- "required" : true,
1253
- "type" : "string",
1254
- "description" : "The MIME type of the body of the request",
1255
- "x-example" : "application/json"
1256
- }, {
1257
962
  "name" : "body",
1258
963
  "in" : "body",
1259
964
  "required" : true,
@@ -1274,14 +979,7 @@
1274
979
  "tags" : [ "File Objects" ],
1275
980
  "summary" : "Delete a File Object",
1276
981
  "description" : "Delete a File Object",
1277
- "parameters" : [ {
1278
- "name" : "Authorization",
1279
- "in" : "header",
1280
- "required" : true,
1281
- "type" : "string",
1282
- "description" : "Authentication credentials for HTTP authentication",
1283
- "x-example" : "Bearer {{access_token}}"
1284
- } ],
982
+ "parameters" : [ ],
1285
983
  "responses" : {
1286
984
  "204" : {
1287
985
  "description" : "Status 204"
@@ -1305,20 +1003,6 @@
1305
1003
  "consumes" : [ "application/json" ],
1306
1004
  "produces" : [ "application/json" ],
1307
1005
  "parameters" : [ {
1308
- "name" : "Authorization",
1309
- "in" : "header",
1310
- "required" : true,
1311
- "type" : "string",
1312
- "description" : "Authentication credentials for HTTP authentication",
1313
- "x-example" : "Bearer {{access_token}}"
1314
- }, {
1315
- "name" : "Content-Type",
1316
- "in" : "header",
1317
- "required" : true,
1318
- "type" : "string",
1319
- "description" : "The MIME type of the body of the request",
1320
- "x-example" : "application/json"
1321
- }, {
1322
1006
  "name" : "body",
1323
1007
  "in" : "body",
1324
1008
  "required" : true,
@@ -1344,14 +1028,7 @@
1344
1028
  "tags" : [ "Operations" ],
1345
1029
  "summary" : "Find an Operation by ID",
1346
1030
  "produces" : [ "application/json" ],
1347
- "parameters" : [ {
1348
- "name" : "Authorization",
1349
- "in" : "header",
1350
- "required" : true,
1351
- "type" : "string",
1352
- "description" : "Authentication credentials for HTTP authentication",
1353
- "x-example" : "Bearer {{access_token}}"
1354
- } ],
1031
+ "parameters" : [ ],
1355
1032
  "responses" : {
1356
1033
  "200" : {
1357
1034
  "description" : "Status 200",
@@ -1375,14 +1052,7 @@
1375
1052
  "get" : {
1376
1053
  "tags" : [ "Authentications" ],
1377
1054
  "summary" : "Get an Authentication",
1378
- "parameters" : [ {
1379
- "name" : "Authorization",
1380
- "in" : "header",
1381
- "required" : true,
1382
- "type" : "string",
1383
- "description" : "Authentication credentials for HTTP authentication",
1384
- "x-example" : "Bearer {{access_token}}"
1385
- } ],
1055
+ "parameters" : [ ],
1386
1056
  "responses" : {
1387
1057
  "200" : {
1388
1058
  "description" : "Status 200",
@@ -1397,20 +1067,6 @@
1397
1067
  "summary" : "Update an inwebo Authentication",
1398
1068
  "consumes" : [ ],
1399
1069
  "parameters" : [ {
1400
- "name" : "Authorization",
1401
- "in" : "header",
1402
- "required" : true,
1403
- "type" : "string",
1404
- "description" : "Authentication credentials for HTTP authentication",
1405
- "x-example" : "Bearer {{access_token}}"
1406
- }, {
1407
- "name" : "Content-Type",
1408
- "in" : "header",
1409
- "required" : true,
1410
- "type" : "string",
1411
- "description" : "The MIME type of the body of the request",
1412
- "x-example" : "application/json"
1413
- }, {
1414
1070
  "name" : "body",
1415
1071
  "in" : "body",
1416
1072
  "required" : true,
@@ -1447,14 +1103,7 @@
1447
1103
  "get" : {
1448
1104
  "tags" : [ "Authentications" ],
1449
1105
  "summary" : "Find an Authentication by ID",
1450
- "parameters" : [ {
1451
- "name" : "Authorization",
1452
- "in" : "header",
1453
- "required" : true,
1454
- "type" : "string",
1455
- "description" : "Authentication credentials for HTTP authentication",
1456
- "x-example" : "Bearer {{access_token}}"
1457
- } ],
1106
+ "parameters" : [ ],
1458
1107
  "responses" : {
1459
1108
  "200" : {
1460
1109
  "description" : "Status 200",
@@ -1470,20 +1119,6 @@
1470
1119
  "consumes" : [ ],
1471
1120
  "produces" : [ "application/json" ],
1472
1121
  "parameters" : [ {
1473
- "name" : "Authorization",
1474
- "in" : "header",
1475
- "required" : true,
1476
- "type" : "string",
1477
- "description" : "Authentication credentials for HTTP authentication",
1478
- "x-example" : "Bearer {{access_token}}"
1479
- }, {
1480
- "name" : "Content-Type",
1481
- "in" : "header",
1482
- "required" : true,
1483
- "type" : "string",
1484
- "description" : "The MIME type of the body of the request",
1485
- "x-example" : "application/json"
1486
- }, {
1487
1122
  "name" : "body",
1488
1123
  "in" : "body",
1489
1124
  "required" : true,
@@ -1537,14 +1172,7 @@
1537
1172
  "get" : {
1538
1173
  "tags" : [ "Authentications" ],
1539
1174
  "summary" : "Find an Authentication by ID",
1540
- "parameters" : [ {
1541
- "name" : "Authorization",
1542
- "in" : "header",
1543
- "required" : true,
1544
- "type" : "string",
1545
- "description" : "Authentication credentials for HTTP authentication",
1546
- "x-example" : "Bearer {{access_token}}"
1547
- } ],
1175
+ "parameters" : [ ],
1548
1176
  "responses" : {
1549
1177
  "200" : {
1550
1178
  "description" : "Status 200",
@@ -1560,20 +1188,6 @@
1560
1188
  "consumes" : [ ],
1561
1189
  "produces" : [ "application/json" ],
1562
1190
  "parameters" : [ {
1563
- "name" : "Authorization",
1564
- "in" : "header",
1565
- "required" : true,
1566
- "type" : "string",
1567
- "description" : "Authentication credentials for HTTP authentication",
1568
- "x-example" : "Bearer {{access_token}}"
1569
- }, {
1570
- "name" : "Content-Type",
1571
- "in" : "header",
1572
- "required" : true,
1573
- "type" : "string",
1574
- "description" : "The MIME type of the body of the request",
1575
- "x-example" : "application/json"
1576
- }, {
1577
1191
  "name" : "body",
1578
1192
  "in" : "body",
1579
1193
  "required" : true,
@@ -1642,14 +1256,7 @@
1642
1256
  "type" : "string",
1643
1257
  "description" : "id of procedure (required if the member attribut is not set)",
1644
1258
  "x-example" : "/procedures/17625df4-4ee7-498e-822d-3637c91b6f40"
1645
- }, {
1646
- "name" : "Authorization",
1647
- "in" : "header",
1648
- "required" : true,
1649
- "type" : "string",
1650
- "description" : "Authentication credentials for HTTP authentication",
1651
- "x-example" : "Bearer {{access_token}}"
1652
- } ],
1259
+ } ],
1653
1260
  "responses" : {
1654
1261
  "200" : {
1655
1262
  "description" : "Status 200",
@@ -1668,20 +1275,6 @@
1668
1275
  "consumes" : [ "application/json" ],
1669
1276
  "produces" : [ "application/json" ],
1670
1277
  "parameters" : [ {
1671
- "name" : "Authorization",
1672
- "in" : "header",
1673
- "required" : true,
1674
- "type" : "string",
1675
- "description" : "Authentication credentials for HTTP authentication",
1676
- "x-example" : "Bearer {{access_token}}"
1677
- }, {
1678
- "name" : "Content-Type",
1679
- "in" : "header",
1680
- "required" : true,
1681
- "type" : "string",
1682
- "description" : "The MIME type of the body of the request",
1683
- "x-example" : "application/json"
1684
- }, {
1685
1278
  "name" : "body",
1686
1279
  "in" : "body",
1687
1280
  "required" : true,
@@ -1714,14 +1307,7 @@
1714
1307
  "type" : "string",
1715
1308
  "description" : "id of member (required for anonymous)",
1716
1309
  "x-example" : "/members/17625df4-4ee7-498e-822d-3637c91b6f40"
1717
- }, {
1718
- "name" : "Authorization",
1719
- "in" : "header",
1720
- "required" : true,
1721
- "type" : "string",
1722
- "description" : "Authentication credentials for HTTP authentication",
1723
- "x-example" : "Bearer {{access_token}}"
1724
- } ],
1310
+ } ],
1725
1311
  "responses" : {
1726
1312
  "200" : {
1727
1313
  "description" : "Status 200",
@@ -1737,20 +1323,6 @@
1737
1323
  "consumes" : [ "application/json" ],
1738
1324
  "produces" : [ "application/json" ],
1739
1325
  "parameters" : [ {
1740
- "name" : "Authorization",
1741
- "in" : "header",
1742
- "required" : true,
1743
- "type" : "string",
1744
- "description" : "Authentication credentials for HTTP authentication",
1745
- "x-example" : "Bearer {{access_token}}"
1746
- }, {
1747
- "name" : "Content-Type",
1748
- "in" : "header",
1749
- "required" : true,
1750
- "type" : "string",
1751
- "description" : "The MIME type of the body of the request",
1752
- "x-example" : "application/json"
1753
- }, {
1754
1326
  "name" : "body",
1755
1327
  "in" : "body",
1756
1328
  "required" : true,
@@ -1770,14 +1342,7 @@
1770
1342
  "delete" : {
1771
1343
  "tags" : [ "Consent Processes" ],
1772
1344
  "summary" : "Delete a Consent Process",
1773
- "parameters" : [ {
1774
- "name" : "Authorization",
1775
- "in" : "header",
1776
- "required" : true,
1777
- "type" : "string",
1778
- "description" : "Authentication credentials for HTTP authentication",
1779
- "x-example" : "Bearer {{access_token}}"
1780
- } ],
1345
+ "parameters" : [ ],
1781
1346
  "responses" : {
1782
1347
  "204" : {
1783
1348
  "description" : "Status 204"
@@ -1805,14 +1370,7 @@
1805
1370
  "type" : "string",
1806
1371
  "description" : "id of member (required for anonymous)",
1807
1372
  "x-example" : "/members/17625df4-4ee7-498e-822d-3637c91b6f40"
1808
- }, {
1809
- "name" : "Authorization",
1810
- "in" : "header",
1811
- "required" : true,
1812
- "type" : "string",
1813
- "description" : "Authentication credentials for HTTP authentication",
1814
- "x-example" : "Bearer {{access_token}}"
1815
- } ],
1373
+ } ],
1816
1374
  "responses" : {
1817
1375
  "200" : {
1818
1376
  "description" : "Status 200",
@@ -1843,14 +1401,7 @@
1843
1401
  "type" : "string",
1844
1402
  "description" : "id of member",
1845
1403
  "x-example" : "/members/17625df4-4ee7-498e-822d-3637c91b6f40"
1846
- }, {
1847
- "name" : "Authorization",
1848
- "in" : "header",
1849
- "required" : true,
1850
- "type" : "string",
1851
- "description" : "Authentication credentials for HTTP authentication",
1852
- "x-example" : "Bearer {{access_token}}"
1853
- } ],
1404
+ } ],
1854
1405
  "responses" : {
1855
1406
  "200" : {
1856
1407
  "description" : "Status 200",
@@ -1866,20 +1417,6 @@
1866
1417
  "consumes" : [ "application/json" ],
1867
1418
  "produces" : [ "application/json" ],
1868
1419
  "parameters" : [ {
1869
- "name" : "Authorization",
1870
- "in" : "header",
1871
- "required" : true,
1872
- "type" : "string",
1873
- "description" : "Authentication credentials for HTTP authentication",
1874
- "x-example" : "Bearer {{access_token}}"
1875
- }, {
1876
- "name" : "Content-Type",
1877
- "in" : "header",
1878
- "required" : true,
1879
- "type" : "string",
1880
- "description" : "The MIME type of the body of the request",
1881
- "x-example" : "application/json"
1882
- }, {
1883
1420
  "name" : "body",
1884
1421
  "in" : "body",
1885
1422
  "required" : true,
@@ -1904,14 +1441,7 @@
1904
1441
  "get" : {
1905
1442
  "tags" : [ "Signature UIs" ],
1906
1443
  "summary" : "Get Signature UI list",
1907
- "parameters" : [ {
1908
- "name" : "Authorization",
1909
- "in" : "header",
1910
- "required" : true,
1911
- "type" : "string",
1912
- "description" : "Authentication credentials for HTTP authentication",
1913
- "x-example" : "Bearer {{access_token}}"
1914
- } ],
1444
+ "parameters" : [ ],
1915
1445
  "responses" : {
1916
1446
  "200" : {
1917
1447
  "description" : "Status 200",
@@ -1930,20 +1460,6 @@
1930
1460
  "description" : "Here is the url format to build on your side to get a custom signature interface with your settings : \nhttps://webapp.yousign.com/procedure/sign?members=~2Fmembers~2F__MEMBER_ID__&signatureUi=~2Fsignature_uis~2F__SIGNATURE_UI_ID__",
1931
1461
  "consumes" : [ ],
1932
1462
  "parameters" : [ {
1933
- "name" : "Authorization",
1934
- "in" : "header",
1935
- "required" : true,
1936
- "type" : "string",
1937
- "description" : "Authentication credentials for HTTP authentication",
1938
- "x-example" : "Bearer {{access_token}}"
1939
- }, {
1940
- "name" : "Content-Type",
1941
- "in" : "header",
1942
- "required" : true,
1943
- "type" : "string",
1944
- "description" : "The MIME type of the body of the request",
1945
- "x-example" : "application/json"
1946
- }, {
1947
1463
  "name" : "body",
1948
1464
  "in" : "body",
1949
1465
  "required" : true,
@@ -1975,20 +1491,6 @@
1975
1491
  "type" : "string",
1976
1492
  "description" : "id of a signature ui",
1977
1493
  "x-example" : "/signature_uis/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
1978
- }, {
1979
- "name" : "Authorization",
1980
- "in" : "header",
1981
- "required" : true,
1982
- "type" : "string",
1983
- "description" : "Authentication credentials for HTTP authentication",
1984
- "x-example" : "Bearer {{access_token}}"
1985
- }, {
1986
- "name" : "Content-Type",
1987
- "in" : "header",
1988
- "required" : true,
1989
- "type" : "string",
1990
- "description" : "The MIME type of the body of the request",
1991
- "x-example" : "application/json"
1992
1494
  } ],
1993
1495
  "responses" : {
1994
1496
  "200" : {
@@ -2009,20 +1511,6 @@
2009
1511
  "type" : "string",
2010
1512
  "description" : "id of signature ui to update",
2011
1513
  "x-example" : "/signature_uis/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
2012
- }, {
2013
- "name" : "Authorization",
2014
- "in" : "header",
2015
- "required" : true,
2016
- "type" : "string",
2017
- "description" : "Authentication credentials for HTTP authentication",
2018
- "x-example" : "Bearer {{access_token}}"
2019
- }, {
2020
- "name" : "Content-Type",
2021
- "in" : "header",
2022
- "required" : true,
2023
- "type" : "string",
2024
- "description" : "The MIME type of the body of the request",
2025
- "x-example" : "application/json"
2026
1514
  } ],
2027
1515
  "responses" : {
2028
1516
  "200" : {
@@ -2043,20 +1531,6 @@
2043
1531
  "type" : "string",
2044
1532
  "description" : "Id of the signature ui",
2045
1533
  "x-example" : "/signature_uis/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
2046
- }, {
2047
- "name" : "Authorization",
2048
- "in" : "header",
2049
- "required" : true,
2050
- "type" : "string",
2051
- "description" : "Authentication credentials for HTTP authentication",
2052
- "x-example" : "Bearer {{access_token}}"
2053
- }, {
2054
- "name" : "Content-Type",
2055
- "in" : "header",
2056
- "required" : true,
2057
- "type" : "string",
2058
- "description" : "The MIME type of the body of the request",
2059
- "x-example" : "application/json"
2060
1534
  } ],
2061
1535
  "responses" : {
2062
1536
  "204" : {
@@ -2091,14 +1565,7 @@
2091
1565
  "required" : false,
2092
1566
  "type" : "string",
2093
1567
  "description" : "Filtering on id of signature ui resource"
2094
- }, {
2095
- "name" : "Authorization",
2096
- "in" : "header",
2097
- "required" : true,
2098
- "type" : "string",
2099
- "description" : "Authentication credentials for HTTP authentication",
2100
- "x-example" : "Bearer {{access_token}}"
2101
- } ],
1568
+ } ],
2102
1569
  "responses" : {
2103
1570
  "200" : {
2104
1571
  "description" : "Status 200",
@@ -2116,20 +1583,6 @@
2116
1583
  "summary" : "Create a new Signature UI Label",
2117
1584
  "consumes" : [ ],
2118
1585
  "parameters" : [ {
2119
- "name" : "Authorization",
2120
- "in" : "header",
2121
- "required" : true,
2122
- "type" : "string",
2123
- "description" : "Authentication credentials for HTTP authentication",
2124
- "x-example" : "Bearer {{access_token}}"
2125
- }, {
2126
- "name" : "Content-Type",
2127
- "in" : "header",
2128
- "required" : true,
2129
- "type" : "string",
2130
- "description" : "The MIME type of the body of the request",
2131
- "x-example" : "application/json"
2132
- }, {
2133
1586
  "name" : "body",
2134
1587
  "in" : "body",
2135
1588
  "required" : true,
@@ -2161,14 +1614,7 @@
2161
1614
  "type" : "string",
2162
1615
  "description" : "id of signature ui label",
2163
1616
  "x-example" : "/signature_ui_labels/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
2164
- }, {
2165
- "name" : "Authorization",
2166
- "in" : "header",
2167
- "required" : true,
2168
- "type" : "string",
2169
- "description" : "Authentication credentials for HTTP authentication",
2170
- "x-example" : "Bearer {{access_token}}"
2171
- } ],
1617
+ } ],
2172
1618
  "responses" : {
2173
1619
  "200" : {
2174
1620
  "description" : "Status 200",
@@ -2189,21 +1635,7 @@
2189
1635
  "type" : "string",
2190
1636
  "description" : "Id of signature ui labels",
2191
1637
  "x-example" : "/signature_ui_labels/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
2192
- }, {
2193
- "name" : "Authorization",
2194
- "in" : "header",
2195
- "required" : true,
2196
- "type" : "string",
2197
- "description" : "Authentication credentials for HTTP authentication",
2198
- "x-example" : "Bearer {{access_token}}"
2199
- }, {
2200
- "name" : "Content-Type",
2201
- "in" : "header",
2202
- "required" : true,
2203
- "type" : "string",
2204
- "description" : "The MIME type of the body of the request",
2205
- "x-example" : "application/json"
2206
- }, {
1638
+ } , {
2207
1639
  "name" : "body",
2208
1640
  "in" : "body",
2209
1641
  "required" : true,
@@ -2230,14 +1662,7 @@
2230
1662
  "type" : "string",
2231
1663
  "description" : "Id of signature ui label",
2232
1664
  "x-example" : "/signature_ui_labels/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
2233
- }, {
2234
- "name" : "Authorization",
2235
- "in" : "header",
2236
- "required" : true,
2237
- "type" : "string",
2238
- "description" : "Authentication credentials for HTTP authentication",
2239
- "x-example" : "Bearer {{access_token}}"
2240
- } ],
1665
+ } ],
2241
1666
  "responses" : {
2242
1667
  "204" : {
2243
1668
  "description" : "Status 204"
@@ -2260,20 +1685,6 @@
2260
1685
  "summary" : "Create a Server Stamp",
2261
1686
  "consumes" : [ ],
2262
1687
  "parameters" : [ {
2263
- "name" : "Authorization",
2264
- "in" : "header",
2265
- "required" : true,
2266
- "type" : "string",
2267
- "description" : "Authentication credentials for HTTP authentication",
2268
- "x-example" : "Bearer {{access_token}}"
2269
- }, {
2270
- "name" : "Content-Type",
2271
- "in" : "header",
2272
- "required" : true,
2273
- "type" : "string",
2274
- "description" : "The MIME type of the body of the request",
2275
- "x-example" : "application/json"
2276
- }, {
2277
1688
  "name" : "body",
2278
1689
  "in" : "body",
2279
1690
  "required" : true,
@@ -2301,14 +1712,7 @@
2301
1712
  "get" : {
2302
1713
  "tags" : [ "Server Stamps" ],
2303
1714
  "summary" : "Find a Server Stamp by ID",
2304
- "parameters" : [ {
2305
- "name" : "Authorization",
2306
- "in" : "header",
2307
- "required" : true,
2308
- "type" : "string",
2309
- "description" : "Authentication credentials for HTTP authentication",
2310
- "x-example" : "Bearer {{access_token}}"
2311
- } ],
1715
+ "parameters" : [ ],
2312
1716
  "responses" : {
2313
1717
  "200" : {
2314
1718
  "description" : "Status 200",
@@ -2337,20 +1741,6 @@
2337
1741
  "summary" : "Verify an identity document (passport, id cards)",
2338
1742
  "consumes" : [ ],
2339
1743
  "parameters" : [ {
2340
- "name" : "Authorization",
2341
- "in" : "header",
2342
- "required" : true,
2343
- "type" : "string",
2344
- "description" : "Authentication credentials for HTTP authentication",
2345
- "x-example" : "Bearer {{access_token}}"
2346
- }, {
2347
- "name" : "Content-Type",
2348
- "in" : "header",
2349
- "required" : true,
2350
- "type" : "string",
2351
- "description" : "The MIME type of the body of the request",
2352
- "x-example" : "application/json"
2353
- }, {
2354
1744
  "name" : "body",
2355
1745
  "in" : "body",
2356
1746
  "required" : true,
@@ -2375,13 +1765,7 @@
2375
1765
  "get" : {
2376
1766
  "tags" : [ "Check Documents" ],
2377
1767
  "summary" : "Get informations about an identity document (passport, id cards)",
2378
- "parameters" : [ {
2379
- "name" : "Authorization",
2380
- "in" : "header",
2381
- "required" : true,
2382
- "type" : "string",
2383
- "description" : "Authentication credentials for HTTP authentication"
2384
- } ],
1768
+ "parameters" : [ ],
2385
1769
  "responses" : {
2386
1770
  "200" : {
2387
1771
  "description" : "Status 200",
@@ -2407,20 +1791,6 @@
2407
1791
  "summary" : "Verify a bank document (RIB)",
2408
1792
  "consumes" : [ ],
2409
1793
  "parameters" : [ {
2410
- "name" : "Authorization",
2411
- "in" : "header",
2412
- "required" : true,
2413
- "type" : "string",
2414
- "description" : "Authentication credentials for HTTP authentication",
2415
- "x-example" : "Bearer {{access_token}}"
2416
- }, {
2417
- "name" : "Content-Type",
2418
- "in" : "header",
2419
- "required" : true,
2420
- "type" : "string",
2421
- "description" : "The MIME type of the body of the request",
2422
- "x-example" : "application/json"
2423
- }, {
2424
1794
  "name" : "body",
2425
1795
  "in" : "body",
2426
1796
  "required" : true,
@@ -2448,14 +1818,7 @@
2448
1818
  "get" : {
2449
1819
  "tags" : [ "Check Documents" ],
2450
1820
  "summary" : "Get informations about a bank document (RIB)",
2451
- "parameters" : [ {
2452
- "name" : "Authorization",
2453
- "in" : "header",
2454
- "required" : true,
2455
- "type" : "string",
2456
- "description" : "Authentication credentials for HTTP authentication",
2457
- "x-example" : "Bearer {{access_token}}"
2458
- } ],
1821
+ "parameters" : [ ],
2459
1822
  "responses" : {
2460
1823
  "200" : {
2461
1824
  "description" : "Status 200",
@@ -2476,13 +1839,6 @@
2476
1839
  }
2477
1840
  }
2478
1841
  },
2479
- "securityDefinitions" : {
2480
- "ApiKey" : {
2481
- "type" : "apiKey",
2482
- "name" : "Authorization",
2483
- "in" : "header"
2484
- }
2485
- },
2486
1842
  "definitions" : {
2487
1843
  "ConfigEmailTemplate" : {
2488
1844
  "type" : "object",
@@ -2521,7 +1877,6 @@
2521
1877
  "id" : {
2522
1878
  "type" : "string",
2523
1879
  "description" : "Organization ID",
2524
- "pattern" : "^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$",
2525
1880
  "example" : "/organizations/9d1ede2b-5687-4440-bdc8-dd0bc64f668c"
2526
1881
  },
2527
1882
  "name" : {
@@ -2705,7 +2060,6 @@
2705
2060
  "id" : {
2706
2061
  "type" : "string",
2707
2062
  "description" : "Object's ID",
2708
- "pattern" : "^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$",
2709
2063
  "example" : "/workspaces/9d1ede2b-5687-4440-bdc8-dd0bc64f668c"
2710
2064
  },
2711
2065
  "name" : {
@@ -2902,7 +2256,6 @@
2902
2256
  "id" : {
2903
2257
  "type" : "string",
2904
2258
  "description" : "Object's ID",
2905
- "pattern" : "^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$",
2906
2259
  "example" : "/users/9d1ede2b-5687-4440-bdc8-dd0bc64f668c"
2907
2260
  },
2908
2261
  "firstname" : {
@@ -3013,7 +2366,6 @@
3013
2366
  "id" : {
3014
2367
  "type" : "string",
3015
2368
  "description" : "Id of the object",
3016
- "pattern" : "^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$",
3017
2369
  "example" : "/inwebo_user_requests/9d1ede2b-5687-4440-bdc8-dd0bc64f668c"
3018
2370
  }
3019
2371
  },
@@ -3027,7 +2379,6 @@
3027
2379
  "id" : {
3028
2380
  "type" : "string",
3029
2381
  "description" : "Object's ID",
3030
- "pattern" : "^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$",
3031
2382
  "example" : "/workspaces/9d1ede2b-5687-4440-bdc8-dd0bc64f668c"
3032
2383
  },
3033
2384
  "name" : {
@@ -3046,7 +2397,6 @@
3046
2397
  "id" : {
3047
2398
  "type" : "string",
3048
2399
  "description" : "Id of the object",
3049
- "pattern" : "^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$",
3050
2400
  "example" : "/user_groups/9d1ede2b-5687-4440-bdc8-dd0bc64f668c"
3051
2401
  },
3052
2402
  "name" : {
@@ -3110,8 +2460,7 @@
3110
2460
  },
3111
2461
  "position" : {
3112
2462
  "type" : "integer",
3113
- "format" : "int32",
3114
- "default" : 0
2463
+ "format" : "int32"
3115
2464
  }
3116
2465
  },
3117
2466
  "x-restlet" : {
@@ -3124,7 +2473,6 @@
3124
2473
  "id" : {
3125
2474
  "type" : "string",
3126
2475
  "description" : "Id of the object",
3127
- "pattern" : "^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$",
3128
2476
  "example" : "/files/9d1ede2b-5687-4440-bdc8-dd0bc64f668c"
3129
2477
  },
3130
2478
  "name" : {
@@ -3174,7 +2522,6 @@
3174
2522
  "creator" : {
3175
2523
  "type" : "string",
3176
2524
  "description" : "Id of creator",
3177
- "pattern" : "^/users/[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$",
3178
2525
  "example" : "/users/9d1ede2b-5687-4440-bdc8-dd0bc64f668c"
3179
2526
  },
3180
2527
  "sha256" : {
@@ -3466,7 +2813,6 @@
3466
2813
  "id" : {
3467
2814
  "type" : "string",
3468
2815
  "description" : "Id of the object",
3469
- "pattern" : "^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$",
3470
2816
  "example" : "/procedures/9d1ede2b-5687-4440-bdc8-dd0bc64f668c"
3471
2817
  },
3472
2818
  "name" : {
@@ -3487,6 +2833,11 @@
3487
2833
  "format" : "date-time",
3488
2834
  "description" : "Updated date of the object"
3489
2835
  },
2836
+ "finishedAt" : {
2837
+ "type" : "string",
2838
+ "format" : "date-time",
2839
+ "description" : "Finished date of the object"
2840
+ },
3490
2841
  "expiresAt" : {
3491
2842
  "type" : "string",
3492
2843
  "format" : "date-time",
@@ -3500,7 +2851,6 @@
3500
2851
  "creator" : {
3501
2852
  "type" : "string",
3502
2853
  "description" : "Id of creator of the object",
3503
- "pattern" : "^/users/[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$",
3504
2854
  "example" : "/users/9d1ede2b-5687-4440-bdc8-dd0bc64f668c"
3505
2855
  },
3506
2856
  "creatorFirstName" : {
@@ -3514,7 +2864,6 @@
3514
2864
  "workspace" : {
3515
2865
  "type" : "string",
3516
2866
  "description" : "Id of workspace creator of the object",
3517
- "pattern" : "^/workspaces/[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$",
3518
2867
  "example" : "/workspaces/9d1ede2b-5687-4440-bdc8-dd0bc64f668c"
3519
2868
  },
3520
2869
  "template" : {
@@ -3680,7 +3029,7 @@
3680
3029
  },
3681
3030
  "operationLevel" : {
3682
3031
  "type" : "string",
3683
- "enum" : [ "none", "custom" ]
3032
+ "enum" : [ "none", "custom", "advanced" ]
3684
3033
  },
3685
3034
  "operationCustomModes" : {
3686
3035
  "type" : "array",
@@ -3703,7 +3052,6 @@
3703
3052
  "id" : {
3704
3053
  "type" : "string",
3705
3054
  "description" : "Id of the object",
3706
- "pattern" : "^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$",
3707
3055
  "example" : "/members/9d1ede2b-5687-4440-bdc8-dd0bc64f668c"
3708
3056
  },
3709
3057
  "user" : {
@@ -3767,7 +3115,7 @@
3767
3115
  },
3768
3116
  "operationLevel" : {
3769
3117
  "type" : "string",
3770
- "enum" : [ "none", "custom" ]
3118
+ "enum" : [ "none", "custom", "advanced" ]
3771
3119
  },
3772
3120
  "operationCustomModes" : {
3773
3121
  "type" : "array",
@@ -3814,7 +3162,6 @@
3814
3162
  "position" : {
3815
3163
  "type" : "string",
3816
3164
  "description" : "Coordinates of the signature image to set. Format is : \"llx,lly,urx,ury\". llx=left lower x coordinate, lly=left lower y coordinate, urx=upper right x coordinate, ury = upper right y coordinate. To get easily coordinates, you could use this tool : http://placeit.yousign.fr",
3817
- "pattern" : "/^\\d+(,\\d+){3}$/",
3818
3165
  "example" : "400,700,500,800"
3819
3166
  },
3820
3167
  "fieldName" : {
@@ -3886,7 +3233,6 @@
3886
3233
  "id" : {
3887
3234
  "type" : "string",
3888
3235
  "description" : "Id of the object",
3889
- "pattern" : "^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$",
3890
3236
  "example" : "/file_objects/9d1ede2b-5687-4440-bdc8-dd0bc64f668c"
3891
3237
  },
3892
3238
  "file" : {
@@ -3900,7 +3246,6 @@
3900
3246
  "position" : {
3901
3247
  "type" : "string",
3902
3248
  "description" : "Coordinates of the signature image to set. Format is : “llx,lly,urx,ury”. llx=left lower x coordinate, lly=left lower y coordinate, urx=upper right x coordinate, ury = upper right y coordinate. To get easily coordinates, you could use this tool : http://placeit.yousign.fr",
3903
- "pattern" : "/^\\d+(,\\d+){3}$/",
3904
3249
  "example" : "400,700,500,800"
3905
3250
  },
3906
3251
  "fieldName" : {
@@ -3988,7 +3333,6 @@
3988
3333
  "position" : {
3989
3334
  "type" : "string",
3990
3335
  "description" : "Coordinates of the signature image to set. Format is : \"llx,lly,urx,ury\". llx=left lower x coordinate, lly=left lower y coordinate, urx=upper right x coordinate, ury = upper right y coordinate. To get easily coordinates, you could use this tool : http://placeit.yousign.fr",
3991
- "pattern" : "/^\\d+(,\\d+){3}$/",
3992
3336
  "example" : "400,700,500,800"
3993
3337
  },
3994
3338
  "fieldName" : {
@@ -4019,7 +3363,6 @@
4019
3363
  "id" : {
4020
3364
  "type" : "string",
4021
3365
  "description" : "Id of the object",
4022
- "pattern" : "^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$",
4023
3366
  "example" : "/file_objects/9d1ede2b-5687-4440-bdc8-dd0bc64f668c"
4024
3367
  },
4025
3368
  "page" : {
@@ -4030,7 +3373,6 @@
4030
3373
  "position" : {
4031
3374
  "type" : "string",
4032
3375
  "description" : "Coordinates of the signature image to set. Format is : “llx,lly,urx,ury”. llx=left lower x coordinate, lly=left lower y coordinate, urx=upper right x coordinate, ury = upper right y coordinate. To get easily coordinates, you could use this tool : http://placeit.yousign.fr",
4033
- "pattern" : "/^\\d+(,\\d+){3}$/",
4034
3376
  "example" : "400,700,500,800"
4035
3377
  },
4036
3378
  "fieldName" : {
@@ -5158,7 +4500,7 @@
5158
4500
  "id" : {
5159
4501
  "type" : "string",
5160
4502
  "description" : "Id of the object",
5161
- "pattern" : "^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$",
4503
+
5162
4504
  "example" : "/check-document/identities/9d1ede2b-5687-4440-bdc8-dd0bc64f668c"
5163
4505
  },
5164
4506
  "createdAt" : {
@@ -5303,7 +4645,6 @@
5303
4645
  "id" : {
5304
4646
  "type" : "string",
5305
4647
  "description" : "Id of the object",
5306
- "pattern" : "^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$",
5307
4648
  "example" : "/check-document/bank_accounts/9d1ede2b-5687-4440-bdc8-dd0bc64f668c"
5308
4649
  },
5309
4650
  "createdAt" : {
@@ -5413,5 +4754,17 @@
5413
4754
  },
5414
4755
  "Check Document" : { }
5415
4756
  }
5416
- }
5417
- }
4757
+ },
4758
+ "securityDefinitions": {
4759
+ "api_key": {
4760
+ "type": "apiKey",
4761
+ "name": "Authorization",
4762
+ "in": "header"
4763
+ }
4764
+ },
4765
+ "security": [
4766
+ {
4767
+ "api_key": []
4768
+ }
4769
+ ]
4770
+ }