yousign_client 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) 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/FileObjectsApi.md +40 -30
  8. data/docs/FilesApi.md +40 -30
  9. data/docs/InlineObject.md +17 -0
  10. data/docs/InlineObject1.md +19 -0
  11. data/docs/InlineObject2.md +19 -0
  12. data/docs/MembersApi.md +50 -36
  13. data/docs/OperationsApi.md +20 -15
  14. data/docs/OrganizationsApi.md +11 -10
  15. data/docs/ProceduresApi.md +90 -66
  16. data/docs/ServerStampsApi.md +20 -15
  17. data/docs/SignatureUIsApi.md +101 -82
  18. data/docs/UserGroupsApi.md +21 -16
  19. data/docs/UsersApi.md +51 -40
  20. data/docs/WorkspacesApi.md +11 -10
  21. data/lib/yousign_client/api/authentications_api.rb +24 -87
  22. data/lib/yousign_client/api/check_documents_api.rb +16 -58
  23. data/lib/yousign_client/api/consent_processes_api.rb +32 -109
  24. data/lib/yousign_client/api/file_objects_api.rb +16 -58
  25. data/lib/yousign_client/api/files_api.rb +16 -58
  26. data/lib/yousign_client/api/members_api.rb +20 -69
  27. data/lib/yousign_client/api/operations_api.rb +8 -29
  28. data/lib/yousign_client/api/organizations_api.rb +4 -11
  29. data/lib/yousign_client/api/procedures_api.rb +36 -127
  30. data/lib/yousign_client/api/server_stamps_api.rb +8 -29
  31. data/lib/yousign_client/api/signature_u_is_api.rb +40 -152
  32. data/lib/yousign_client/api/user_groups_api.rb +8 -22
  33. data/lib/yousign_client/api/users_api.rb +20 -69
  34. data/lib/yousign_client/api/workspaces_api.rb +4 -11
  35. data/lib/yousign_client/configuration.rb +1 -1
  36. data/lib/yousign_client/models/check_document_bank_accounts_output.rb +0 -15
  37. data/lib/yousign_client/models/check_document_identities_output.rb +0 -15
  38. data/lib/yousign_client/models/file_object_input.rb +0 -15
  39. data/lib/yousign_client/models/file_object_input_without_file_reference.rb +0 -15
  40. data/lib/yousign_client/models/file_object_output.rb +0 -30
  41. data/lib/yousign_client/models/file_object_output_without_file_reference.rb +0 -30
  42. data/lib/yousign_client/models/file_output.rb +0 -30
  43. data/lib/yousign_client/models/inwebo_user_request.rb +0 -15
  44. data/lib/yousign_client/models/member_input.rb +2 -2
  45. data/lib/yousign_client/models/member_output.rb +2 -17
  46. data/lib/yousign_client/models/organization_output.rb +0 -15
  47. data/lib/yousign_client/models/procedure_output.rb +0 -45
  48. data/lib/yousign_client/models/user_group.rb +0 -15
  49. data/lib/yousign_client/models/user_output.rb +0 -15
  50. data/lib/yousign_client/models/user_workspace_output.rb +0 -15
  51. data/lib/yousign_client/models/workspace_output.rb +0 -15
  52. data/lib/yousign_client/version.rb +1 -1
  53. data/spec/api/authentications_api_spec.rb +0 -9
  54. data/spec/api/check_documents_api_spec.rb +0 -6
  55. data/spec/api/consent_processes_api_spec.rb +0 -11
  56. data/spec/api/file_objects_api_spec.rb +0 -6
  57. data/spec/api/files_api_spec.rb +0 -6
  58. data/spec/api/members_api_spec.rb +0 -7
  59. data/spec/api/operations_api_spec.rb +0 -3
  60. data/spec/api/organizations_api_spec.rb +0 -1
  61. data/spec/api/procedures_api_spec.rb +0 -13
  62. data/spec/api/server_stamps_api_spec.rb +0 -3
  63. data/spec/api/signature_u_is_api_spec.rb +0 -16
  64. data/spec/api/user_groups_api_spec.rb +0 -2
  65. data/spec/api/users_api_spec.rb +0 -7
  66. data/spec/api/workspaces_api_spec.rb +0 -1
  67. data/spec/models/member_input_spec.rb +1 -1
  68. data/spec/models/member_output_spec.rb +1 -1
  69. data/update_client.sh +0 -4
  70. data/yousign_client.gemspec +1 -1
  71. data/yousign_openapi.json +53 -704
  72. metadata +7 -4
@@ -35,7 +35,6 @@ describe 'ServerStampsApi' do
35
35
  # unit tests for server_stamps_id_get
36
36
  # Find a Server Stamp by ID
37
37
  # @param id
38
- # @param authorization Authentication credentials for HTTP authentication
39
38
  # @param [Hash] opts the optional parameters
40
39
  # @return [ServerStampOutput]
41
40
  describe 'server_stamps_id_get test' do
@@ -46,8 +45,6 @@ describe 'ServerStampsApi' do
46
45
 
47
46
  # unit tests for server_stamps_post
48
47
  # Create a Server Stamp
49
- # @param authorization Authentication credentials for HTTP authentication
50
- # @param content_type The MIME type of the body of the request
51
48
  # @param body
52
49
  # @param [Hash] opts the optional parameters
53
50
  # @return [ServerStampOutput]
@@ -35,7 +35,6 @@ describe 'SignatureUIsApi' do
35
35
  # unit tests for signature_ui_labels_get
36
36
  # Get Signature UI Labels
37
37
  # Only usefull if you use a filter with name or signatureUI
38
- # @param authorization Authentication credentials for HTTP authentication
39
38
  # @param [Hash] opts the optional parameters
40
39
  # @option opts [String] :name Filtering on name of signature ui labels
41
40
  # @option opts [String] :signature_ui Filtering on id of signature ui resource
@@ -49,7 +48,6 @@ describe 'SignatureUIsApi' do
49
48
  # unit tests for signature_ui_labels_id_delete
50
49
  # Delete a Signature UI Label
51
50
  # @param id
52
- # @param authorization Authentication credentials for HTTP authentication
53
51
  # @param [Hash] opts the optional parameters
54
52
  # @option opts [String] :id2 Id of signature ui label
55
53
  # @return [nil]
@@ -62,7 +60,6 @@ describe 'SignatureUIsApi' do
62
60
  # unit tests for signature_ui_labels_id_get
63
61
  # Find a Signature UI Label by ID
64
62
  # @param id
65
- # @param authorization Authentication credentials for HTTP authentication
66
63
  # @param [Hash] opts the optional parameters
67
64
  # @option opts [String] :id2 id of signature ui label
68
65
  # @return [SignatureUiLabelOutput]
@@ -75,8 +72,6 @@ describe 'SignatureUIsApi' do
75
72
  # unit tests for signature_ui_labels_id_put
76
73
  # Update a Signature UI Label
77
74
  # @param id
78
- # @param authorization Authentication credentials for HTTP authentication
79
- # @param content_type The MIME type of the body of the request
80
75
  # @param body
81
76
  # @param [Hash] opts the optional parameters
82
77
  # @option opts [String] :id2 Id of signature ui labels
@@ -89,8 +84,6 @@ describe 'SignatureUIsApi' do
89
84
 
90
85
  # unit tests for signature_ui_labels_post
91
86
  # Create a new Signature UI Label
92
- # @param authorization Authentication credentials for HTTP authentication
93
- # @param content_type The MIME type of the body of the request
94
87
  # @param body
95
88
  # @param [Hash] opts the optional parameters
96
89
  # @return [SignatureUiLabelOutput]
@@ -102,7 +95,6 @@ describe 'SignatureUIsApi' do
102
95
 
103
96
  # unit tests for signature_uis_get
104
97
  # Get Signature UI list
105
- # @param authorization Authentication credentials for HTTP authentication
106
98
  # @param [Hash] opts the optional parameters
107
99
  # @return [Array<SignatureUiOutput>]
108
100
  describe 'signature_uis_get test' do
@@ -114,8 +106,6 @@ describe 'SignatureUIsApi' do
114
106
  # unit tests for signature_uis_id_delete
115
107
  # Delete a Signature UI
116
108
  # @param id
117
- # @param authorization Authentication credentials for HTTP authentication
118
- # @param content_type The MIME type of the body of the request
119
109
  # @param [Hash] opts the optional parameters
120
110
  # @option opts [String] :id2 Id of the signature ui
121
111
  # @return [nil]
@@ -128,8 +118,6 @@ describe 'SignatureUIsApi' do
128
118
  # unit tests for signature_uis_id_get
129
119
  # Find a Signature UI by ID
130
120
  # @param id
131
- # @param authorization Authentication credentials for HTTP authentication
132
- # @param content_type The MIME type of the body of the request
133
121
  # @param [Hash] opts the optional parameters
134
122
  # @option opts [String] :id2 id of a signature ui
135
123
  # @return [SignatureUiOutput]
@@ -142,8 +130,6 @@ describe 'SignatureUIsApi' do
142
130
  # unit tests for signature_uis_id_put
143
131
  # Update a Signature UI
144
132
  # @param id
145
- # @param authorization Authentication credentials for HTTP authentication
146
- # @param content_type The MIME type of the body of the request
147
133
  # @param [Hash] opts the optional parameters
148
134
  # @option opts [String] :id2 id of signature ui to update
149
135
  # @return [SignatureUiInputUpdate]
@@ -156,8 +142,6 @@ describe 'SignatureUIsApi' do
156
142
  # unit tests for signature_uis_post
157
143
  # Create a new Signature UI
158
144
  # Here is the url format to build on your side to get a custom signature interface with your settings : https://webapp.yousign.com/procedure/sign?members&#x3D;~2Fmembers~2F__MEMBER_ID__&amp;signatureUi&#x3D;~2Fsignature_uis~2F__SIGNATURE_UI_ID__
159
- # @param authorization Authentication credentials for HTTP authentication
160
- # @param content_type The MIME type of the body of the request
161
145
  # @param body
162
146
  # @param [Hash] opts the optional parameters
163
147
  # @return [SignatureUiOutput]
@@ -34,7 +34,6 @@ describe 'UserGroupsApi' do
34
34
 
35
35
  # unit tests for user_groups_get
36
36
  # Get User Group list
37
- # @param authorization Authentication credentials for HTTP authentication
38
37
  # @param [Hash] opts the optional parameters
39
38
  # @return [Array<UserGroup>]
40
39
  describe 'user_groups_get test' do
@@ -46,7 +45,6 @@ describe 'UserGroupsApi' do
46
45
  # unit tests for user_groups_id_get
47
46
  # Find a User Group by ID
48
47
  # @param id
49
- # @param authorization Authentication credentials for HTTP authentication
50
48
  # @param [Hash] opts the optional parameters
51
49
  # @return [UserGroup]
52
50
  describe 'user_groups_id_get test' do
@@ -34,7 +34,6 @@ describe 'UsersApi' do
34
34
 
35
35
  # unit tests for users_get
36
36
  # List all Users
37
- # @param authorization Authentication credentials for HTTP authentication
38
37
  # @param [Hash] opts the optional parameters
39
38
  # @return [Array<UserOutput>]
40
39
  describe 'users_get test' do
@@ -46,7 +45,6 @@ describe 'UsersApi' do
46
45
  # unit tests for users_id_delete
47
46
  # Delete a User
48
47
  # @param id
49
- # @param authorization Authentication credentials for HTTP authentication
50
48
  # @param [Hash] opts the optional parameters
51
49
  # @return [nil]
52
50
  describe 'users_id_delete test' do
@@ -58,7 +56,6 @@ describe 'UsersApi' do
58
56
  # unit tests for users_id_get
59
57
  # Find a User by ID
60
58
  # @param id
61
- # @param authorization Authentication credentials for HTTP authentication
62
59
  # @param [Hash] opts the optional parameters
63
60
  # @return [UserOutput]
64
61
  describe 'users_id_get test' do
@@ -70,8 +67,6 @@ describe 'UsersApi' do
70
67
  # unit tests for users_id_put
71
68
  # Update a User
72
69
  # @param id
73
- # @param authorization Authentication credentials for HTTP authentication
74
- # @param content_type The MIME type of the body of the request
75
70
  # @param body
76
71
  # @param [Hash] opts the optional parameters
77
72
  # @return [UserOutput]
@@ -83,8 +78,6 @@ describe 'UsersApi' do
83
78
 
84
79
  # unit tests for users_post
85
80
  # Create a new User on Yousign application
86
- # @param authorization Authentication credentials for HTTP authentication
87
- # @param content_type The MIME type of the body of the request
88
81
  # @param body
89
82
  # @param [Hash] opts the optional parameters
90
83
  # @return [UserOutput]
@@ -34,7 +34,6 @@ describe 'WorkspacesApi' do
34
34
 
35
35
  # unit tests for workspaces_get
36
36
  # List all Workspaces
37
- # @param authorization Authentication credentials for HTTP authentication
38
37
  # @param [Hash] opts the optional parameters
39
38
  # @return [Array<WorkspaceOutput>]
40
39
  describe 'workspaces_get test' do
@@ -93,7 +93,7 @@ describe 'MemberInput' do
93
93
  describe 'test attribute "operation_level"' do
94
94
  it 'should work' do
95
95
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
96
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["none", "custom"])
96
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["none", "custom", "advanced"])
97
97
  # validator.allowable_values.each do |value|
98
98
  # expect { @instance.operation_level = value }.not_to raise_error
99
99
  # end
@@ -127,7 +127,7 @@ describe 'MemberOutput' do
127
127
  describe 'test attribute "operation_level"' do
128
128
  it 'should work' do
129
129
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
130
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["none", "custom"])
130
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["none", "custom", "advanced"])
131
131
  # validator.allowable_values.each do |value|
132
132
  # expect { @instance.operation_level = value }.not_to raise_error
133
133
  # end
@@ -3,9 +3,5 @@
3
3
  yousign_url=https://swagger.yousign.com/swagger.json
4
4
  openapi_path=yousign_openapi.json
5
5
 
6
- echo "[INFO] Update yousign openapi $yousign_url"
7
-
8
- curl $yousign_url > $openapi_path
9
-
10
6
  echo "[INFO] Generate client"
11
7
  swagger-codegen generate -i $openapi_path -l ruby -o . -c config.json
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
24
24
  s.homepage = "https://github.com/cashbee-team/yousign_client"
25
25
  s.summary = "Yousign API Documentation Ruby Gem"
26
26
  s.description = "Yousign API Documentation Ruby Gem"
27
- s.license = 'Apache 2.0'
27
+ s.license = 'Apache-2.0'
28
28
  s.required_ruby_version = ">= 1.9"
29
29
 
30
30
  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
@@ -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" : {
@@ -3124,7 +2474,6 @@
3124
2474
  "id" : {
3125
2475
  "type" : "string",
3126
2476
  "description" : "Id of the object",
3127
- "pattern" : "^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$",
3128
2477
  "example" : "/files/9d1ede2b-5687-4440-bdc8-dd0bc64f668c"
3129
2478
  },
3130
2479
  "name" : {
@@ -3174,7 +2523,6 @@
3174
2523
  "creator" : {
3175
2524
  "type" : "string",
3176
2525
  "description" : "Id of creator",
3177
- "pattern" : "^/users/[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$",
3178
2526
  "example" : "/users/9d1ede2b-5687-4440-bdc8-dd0bc64f668c"
3179
2527
  },
3180
2528
  "sha256" : {
@@ -3466,7 +2814,6 @@
3466
2814
  "id" : {
3467
2815
  "type" : "string",
3468
2816
  "description" : "Id of the object",
3469
- "pattern" : "^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$",
3470
2817
  "example" : "/procedures/9d1ede2b-5687-4440-bdc8-dd0bc64f668c"
3471
2818
  },
3472
2819
  "name" : {
@@ -3500,7 +2847,6 @@
3500
2847
  "creator" : {
3501
2848
  "type" : "string",
3502
2849
  "description" : "Id of creator of the object",
3503
- "pattern" : "^/users/[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$",
3504
2850
  "example" : "/users/9d1ede2b-5687-4440-bdc8-dd0bc64f668c"
3505
2851
  },
3506
2852
  "creatorFirstName" : {
@@ -3514,7 +2860,6 @@
3514
2860
  "workspace" : {
3515
2861
  "type" : "string",
3516
2862
  "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
2863
  "example" : "/workspaces/9d1ede2b-5687-4440-bdc8-dd0bc64f668c"
3519
2864
  },
3520
2865
  "template" : {
@@ -3680,7 +3025,7 @@
3680
3025
  },
3681
3026
  "operationLevel" : {
3682
3027
  "type" : "string",
3683
- "enum" : [ "none", "custom" ]
3028
+ "enum" : [ "none", "custom", "advanced" ]
3684
3029
  },
3685
3030
  "operationCustomModes" : {
3686
3031
  "type" : "array",
@@ -3703,7 +3048,6 @@
3703
3048
  "id" : {
3704
3049
  "type" : "string",
3705
3050
  "description" : "Id of the object",
3706
- "pattern" : "^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$",
3707
3051
  "example" : "/members/9d1ede2b-5687-4440-bdc8-dd0bc64f668c"
3708
3052
  },
3709
3053
  "user" : {
@@ -3767,7 +3111,7 @@
3767
3111
  },
3768
3112
  "operationLevel" : {
3769
3113
  "type" : "string",
3770
- "enum" : [ "none", "custom" ]
3114
+ "enum" : [ "none", "custom", "advanced" ]
3771
3115
  },
3772
3116
  "operationCustomModes" : {
3773
3117
  "type" : "array",
@@ -3814,7 +3158,6 @@
3814
3158
  "position" : {
3815
3159
  "type" : "string",
3816
3160
  "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
3161
  "example" : "400,700,500,800"
3819
3162
  },
3820
3163
  "fieldName" : {
@@ -3886,7 +3229,6 @@
3886
3229
  "id" : {
3887
3230
  "type" : "string",
3888
3231
  "description" : "Id of the object",
3889
- "pattern" : "^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$",
3890
3232
  "example" : "/file_objects/9d1ede2b-5687-4440-bdc8-dd0bc64f668c"
3891
3233
  },
3892
3234
  "file" : {
@@ -3900,7 +3242,6 @@
3900
3242
  "position" : {
3901
3243
  "type" : "string",
3902
3244
  "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
3245
  "example" : "400,700,500,800"
3905
3246
  },
3906
3247
  "fieldName" : {
@@ -3988,7 +3329,6 @@
3988
3329
  "position" : {
3989
3330
  "type" : "string",
3990
3331
  "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
3332
  "example" : "400,700,500,800"
3993
3333
  },
3994
3334
  "fieldName" : {
@@ -4019,7 +3359,6 @@
4019
3359
  "id" : {
4020
3360
  "type" : "string",
4021
3361
  "description" : "Id of the object",
4022
- "pattern" : "^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$",
4023
3362
  "example" : "/file_objects/9d1ede2b-5687-4440-bdc8-dd0bc64f668c"
4024
3363
  },
4025
3364
  "page" : {
@@ -4030,7 +3369,6 @@
4030
3369
  "position" : {
4031
3370
  "type" : "string",
4032
3371
  "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
3372
  "example" : "400,700,500,800"
4035
3373
  },
4036
3374
  "fieldName" : {
@@ -5158,7 +4496,7 @@
5158
4496
  "id" : {
5159
4497
  "type" : "string",
5160
4498
  "description" : "Id of the object",
5161
- "pattern" : "^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$",
4499
+
5162
4500
  "example" : "/check-document/identities/9d1ede2b-5687-4440-bdc8-dd0bc64f668c"
5163
4501
  },
5164
4502
  "createdAt" : {
@@ -5303,7 +4641,6 @@
5303
4641
  "id" : {
5304
4642
  "type" : "string",
5305
4643
  "description" : "Id of the object",
5306
- "pattern" : "^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$",
5307
4644
  "example" : "/check-document/bank_accounts/9d1ede2b-5687-4440-bdc8-dd0bc64f668c"
5308
4645
  },
5309
4646
  "createdAt" : {
@@ -5413,5 +4750,17 @@
5413
4750
  },
5414
4751
  "Check Document" : { }
5415
4752
  }
5416
- }
5417
- }
4753
+ },
4754
+ "securityDefinitions": {
4755
+ "api_key": {
4756
+ "type": "apiKey",
4757
+ "name": "Authorization",
4758
+ "in": "header"
4759
+ }
4760
+ },
4761
+ "security": [
4762
+ {
4763
+ "api_key": []
4764
+ }
4765
+ ]
4766
+ }