files.com 1.0.121 → 1.0.126
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.
- checksums.yaml +4 -4
- data/_VERSION +1 -1
- data/docs/api_key.md +1 -4
- data/docs/app.md +1 -4
- data/docs/as2_key.md +1 -4
- data/docs/automation.md +38 -16
- data/docs/bandwidth_snapshot.md +1 -4
- data/docs/behavior.md +2 -8
- data/docs/bundle.md +11 -6
- data/docs/bundle_download.md +1 -4
- data/docs/bundle_recipient.md +1 -4
- data/docs/clickwrap.md +3 -5
- data/docs/dns_record.md +1 -4
- data/docs/external_event.md +1 -4
- data/docs/file_comment.md +1 -4
- data/docs/folder.md +1 -4
- data/docs/group.md +1 -4
- data/docs/group_user.md +1 -4
- data/docs/history.md +10 -30
- data/docs/history_export_result.md +1 -5
- data/docs/invoice.md +1 -4
- data/docs/ip_address.md +2 -8
- data/docs/lock.md +1 -4
- data/docs/message.md +1 -4
- data/docs/message_comment.md +1 -4
- data/docs/message_comment_reaction.md +1 -4
- data/docs/message_reaction.md +1 -4
- data/docs/notification.md +1 -4
- data/docs/payment.md +1 -4
- data/docs/permission.md +1 -4
- data/docs/project.md +1 -4
- data/docs/public_key.md +1 -4
- data/docs/remote_server.md +56 -4
- data/docs/request.md +2 -8
- data/docs/settings_change.md +1 -4
- data/docs/sso_strategy.md +5 -4
- data/docs/usage_daily_snapshot.md +1 -4
- data/docs/usage_snapshot.md +1 -4
- data/docs/user.md +1 -4
- data/docs/user_cipher_use.md +1 -4
- data/docs/user_request.md +1 -4
- data/lib/files.com/models/api_key.rb +2 -6
- data/lib/files.com/models/app.rb +2 -6
- data/lib/files.com/models/as2_key.rb +2 -6
- data/lib/files.com/models/automation.rb +52 -36
- data/lib/files.com/models/bandwidth_snapshot.rb +2 -6
- data/lib/files.com/models/behavior.rb +4 -12
- data/lib/files.com/models/bundle.rb +10 -6
- data/lib/files.com/models/bundle_download.rb +2 -6
- data/lib/files.com/models/bundle_recipient.rb +2 -6
- data/lib/files.com/models/clickwrap.rb +11 -15
- data/lib/files.com/models/dns_record.rb +2 -6
- data/lib/files.com/models/external_event.rb +2 -6
- data/lib/files.com/models/file_comment.rb +2 -6
- data/lib/files.com/models/folder.rb +2 -6
- data/lib/files.com/models/group.rb +2 -6
- data/lib/files.com/models/group_user.rb +2 -6
- data/lib/files.com/models/history.rb +10 -30
- data/lib/files.com/models/history_export_result.rb +2 -6
- data/lib/files.com/models/invoice.rb +2 -6
- data/lib/files.com/models/ip_address.rb +4 -12
- data/lib/files.com/models/lock.rb +2 -6
- data/lib/files.com/models/message.rb +2 -6
- data/lib/files.com/models/message_comment.rb +2 -6
- data/lib/files.com/models/message_comment_reaction.rb +2 -6
- data/lib/files.com/models/message_reaction.rb +2 -6
- data/lib/files.com/models/notification.rb +2 -6
- data/lib/files.com/models/payment.rb +2 -6
- data/lib/files.com/models/permission.rb +2 -6
- data/lib/files.com/models/project.rb +2 -6
- data/lib/files.com/models/public_key.rb +2 -6
- data/lib/files.com/models/remote_server.rb +84 -6
- data/lib/files.com/models/request.rb +4 -12
- data/lib/files.com/models/settings_change.rb +2 -6
- data/lib/files.com/models/sso_strategy.rb +12 -6
- data/lib/files.com/models/usage_daily_snapshot.rb +2 -6
- data/lib/files.com/models/usage_snapshot.rb +2 -6
- data/lib/files.com/models/user.rb +2 -6
- data/lib/files.com/models/user_cipher_use.rb +2 -6
- data/lib/files.com/models/user_request.rb +2 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 203e10058f232c82f9aab4122aa5d99e0d984cef6ddce45503703cf35dc3ad72
|
4
|
+
data.tar.gz: 8f84839cd7256c532669e0a2500fb5c7429b754822cab4675113919fdce1cabf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a3a384c546820836c47b8a58955a08d6c8b7e55a24b39ab083d76deada2c36e4929809dc3783cdac88bec003c77ae757d2c852bc60c6d9f445a617b7459b49d
|
7
|
+
data.tar.gz: 51392695363317328c9416d161412e8dd92eafbd2e149bcdba5eb28ef679a63916bd9c24a520831c2485af7026259a8ddec1fc8ed34fe1375145408a71618976
|
data/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.126
|
data/docs/api_key.md
CHANGED
@@ -38,7 +38,6 @@
|
|
38
38
|
```
|
39
39
|
Files::ApiKey.list(
|
40
40
|
user_id: 1,
|
41
|
-
page: 1,
|
42
41
|
per_page: 1
|
43
42
|
)
|
44
43
|
```
|
@@ -46,10 +45,8 @@ Files::ApiKey.list(
|
|
46
45
|
### Parameters
|
47
46
|
|
48
47
|
* `user_id` (int64): User ID. Provide a value of `0` to operate the current session's user.
|
49
|
-
* `
|
48
|
+
* `cursor` (string): Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
50
49
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
51
|
-
* `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
|
52
|
-
* `cursor` (string): Send cursor to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
53
50
|
* `sort_by` (object): If set, sort records by the specified field in either 'asc' or 'desc' direction (e.g. sort_by[last_login_at]=desc). Valid fields are `deleted_at` and `expires_at`.
|
54
51
|
* `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `expires_at`.
|
55
52
|
* `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `expires_at`.
|
data/docs/app.md
CHANGED
@@ -41,17 +41,14 @@
|
|
41
41
|
|
42
42
|
```
|
43
43
|
Files::App.list(
|
44
|
-
page: 1,
|
45
44
|
per_page: 1
|
46
45
|
)
|
47
46
|
```
|
48
47
|
|
49
48
|
### Parameters
|
50
49
|
|
51
|
-
* `
|
50
|
+
* `cursor` (string): Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
52
51
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
53
|
-
* `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
|
54
|
-
* `cursor` (string): Send cursor to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
55
52
|
* `sort_by` (object): If set, sort records by the specified field in either 'asc' or 'desc' direction (e.g. sort_by[last_login_at]=desc). Valid fields are `name` and `app_type`.
|
56
53
|
* `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `name` and `app_type`.
|
57
54
|
* `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `name` and `app_type`.
|
data/docs/as2_key.md
CHANGED
@@ -26,7 +26,6 @@
|
|
26
26
|
```
|
27
27
|
Files::As2Key.list(
|
28
28
|
user_id: 1,
|
29
|
-
page: 1,
|
30
29
|
per_page: 1
|
31
30
|
)
|
32
31
|
```
|
@@ -34,10 +33,8 @@ Files::As2Key.list(
|
|
34
33
|
### Parameters
|
35
34
|
|
36
35
|
* `user_id` (int64): User ID. Provide a value of `0` to operate the current session's user.
|
37
|
-
* `
|
36
|
+
* `cursor` (string): Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
38
37
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
39
|
-
* `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
|
40
|
-
* `cursor` (string): Send cursor to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
41
38
|
|
42
39
|
|
43
40
|
---
|
data/docs/automation.md
CHANGED
@@ -6,14 +6,26 @@
|
|
6
6
|
{
|
7
7
|
"id": 1,
|
8
8
|
"automation": "create_folder",
|
9
|
+
"trigger": "realtime",
|
10
|
+
"interval": "week",
|
11
|
+
"next_process_on": "2020-01-01",
|
12
|
+
"schedule": {
|
13
|
+
"days_of_week": [
|
14
|
+
0,
|
15
|
+
2,
|
16
|
+
4
|
17
|
+
],
|
18
|
+
"times_of_day": [
|
19
|
+
"6:30",
|
20
|
+
"14:30"
|
21
|
+
],
|
22
|
+
"time_zone": "Eastern Time (US & Canada)"
|
23
|
+
},
|
9
24
|
"source": "",
|
10
25
|
"destination": "",
|
11
26
|
"destination_replace_from": "",
|
12
27
|
"destination_replace_to": "",
|
13
|
-
"interval": "week",
|
14
|
-
"next_process_on": "2020-01-01",
|
15
28
|
"path": "",
|
16
|
-
"realtime": true,
|
17
29
|
"user_id": 1,
|
18
30
|
"user_ids": [
|
19
31
|
|
@@ -26,14 +38,15 @@
|
|
26
38
|
|
27
39
|
* `id` (int64): Automation ID
|
28
40
|
* `automation` (string): Automation type
|
41
|
+
* `trigger` (string): How this automation is triggered to run. One of: `realtime` or `custom_schedule`.
|
42
|
+
* `interval` (string): If trigger is `daily`, this specifies how often to run this automation. One of: `day`, `week`, `week_end`, `month`, `month_end`, `quarter`, `quarter_end`, `year`, `year_end`
|
43
|
+
* `next_process_on` (string): If trigger is `daily`, date this automation will next run.
|
44
|
+
* `schedule` (object): If trigger is `custom_schedule`, Custom schedule description for when the automation should be run.
|
29
45
|
* `source` (string): Source Path
|
30
46
|
* `destination` (string): Destination Path
|
31
47
|
* `destination_replace_from` (string): If set, this string in the destination path will be replaced with the value in `destination_replace_to`.
|
32
48
|
* `destination_replace_to` (string): If set, this string will replace the value `destination_replace_from` in the destination filename. You can use special patterns here.
|
33
|
-
* `interval` (string): How often to run this automation? One of: `day`, `week`, `week_end`, `month`, `month_end`, `quarter`, `quarter_end`, `year`, `year_end`
|
34
|
-
* `next_process_on` (string): Date this automation will next run.
|
35
49
|
* `path` (string): Path on which this Automation runs. Supports globs. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
|
36
|
-
* `realtime` (boolean): Does this automation run in real time? This is a read-only property based on automation type.
|
37
50
|
* `user_id` (int64): User ID of the Automation's creator.
|
38
51
|
* `user_ids` (array): IDs of Users for the Automation (i.e. who to Request File from)
|
39
52
|
* `group_ids` (array): IDs of Groups for the Automation (i.e. who to Request File from)
|
@@ -45,7 +58,6 @@
|
|
45
58
|
|
46
59
|
```
|
47
60
|
Files::Automation.list(
|
48
|
-
page: 1,
|
49
61
|
per_page: 1,
|
50
62
|
automation: "create_folder"
|
51
63
|
)
|
@@ -53,10 +65,8 @@ Files::Automation.list(
|
|
53
65
|
|
54
66
|
### Parameters
|
55
67
|
|
56
|
-
* `
|
68
|
+
* `cursor` (string): Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
57
69
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
58
|
-
* `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
|
59
|
-
* `cursor` (string): Send cursor to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
60
70
|
* `sort_by` (object): If set, sort records by the specified field in either 'asc' or 'desc' direction (e.g. sort_by[last_login_at]=desc). Valid fields are `site_id` and `automation`.
|
61
71
|
* `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `automation`.
|
62
72
|
* `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `automation`.
|
@@ -89,13 +99,15 @@ Files::Automation.create(
|
|
89
99
|
automation: "create_folder",
|
90
100
|
source: "source",
|
91
101
|
destination: "destination",
|
92
|
-
interval: "year"
|
102
|
+
interval: "year",
|
103
|
+
schedule: "{\"days_of_week\": [ 0, 1, 3 ], \"times_of_day\": [ \"7:30\", \"11:30\" ], \"time_zone\": \"Eastern Time (US & Canada)\"}",
|
104
|
+
trigger: "realtime"
|
93
105
|
)
|
94
106
|
```
|
95
107
|
|
96
108
|
### Parameters
|
97
109
|
|
98
|
-
* `automation` (string): Required -
|
110
|
+
* `automation` (string): Required - Automation type
|
99
111
|
* `source` (string): Source Path
|
100
112
|
* `destination` (string): Destination Path
|
101
113
|
* `destination_replace_from` (string): If set, this string in the destination path will be replaced with the value in `destination_replace_to`.
|
@@ -104,6 +116,8 @@ Files::Automation.create(
|
|
104
116
|
* `path` (string): Path on which this Automation runs. Supports globs.
|
105
117
|
* `user_ids` (string): A list of user IDs the automation is associated with. If sent as a string, it should be comma-delimited.
|
106
118
|
* `group_ids` (string): A list of group IDs the automation is associated with. If sent as a string, it should be comma-delimited.
|
119
|
+
* `schedule` (object): Custom schedule for running this automation.
|
120
|
+
* `trigger` (string): How this automation is triggered to run. One of: `realtime` or `custom_schedule`.
|
107
121
|
|
108
122
|
|
109
123
|
---
|
@@ -115,14 +129,16 @@ Files::Automation.update(id,
|
|
115
129
|
automation: "create_folder",
|
116
130
|
source: "source",
|
117
131
|
destination: "destination",
|
118
|
-
interval: "year"
|
132
|
+
interval: "year",
|
133
|
+
schedule: "{\"days_of_week\": [ 0, 1, 3 ], \"times_of_day\": [ \"7:30\", \"11:30\" ], \"time_zone\": \"Eastern Time (US & Canada)\"}",
|
134
|
+
trigger: "realtime"
|
119
135
|
)
|
120
136
|
```
|
121
137
|
|
122
138
|
### Parameters
|
123
139
|
|
124
140
|
* `id` (int64): Required - Automation ID.
|
125
|
-
* `automation` (string): Required -
|
141
|
+
* `automation` (string): Required - Automation type
|
126
142
|
* `source` (string): Source Path
|
127
143
|
* `destination` (string): Destination Path
|
128
144
|
* `destination_replace_from` (string): If set, this string in the destination path will be replaced with the value in `destination_replace_to`.
|
@@ -131,6 +147,8 @@ Files::Automation.update(id,
|
|
131
147
|
* `path` (string): Path on which this Automation runs. Supports globs.
|
132
148
|
* `user_ids` (string): A list of user IDs the automation is associated with. If sent as a string, it should be comma-delimited.
|
133
149
|
* `group_ids` (string): A list of group IDs the automation is associated with. If sent as a string, it should be comma-delimited.
|
150
|
+
* `schedule` (object): Custom schedule for running this automation.
|
151
|
+
* `trigger` (string): How this automation is triggered to run. One of: `realtime` or `custom_schedule`.
|
134
152
|
|
135
153
|
|
136
154
|
---
|
@@ -157,14 +175,16 @@ automation.update(
|
|
157
175
|
automation: "create_folder",
|
158
176
|
source: "source",
|
159
177
|
destination: "destination",
|
160
|
-
interval: "year"
|
178
|
+
interval: "year",
|
179
|
+
schedule: "{\"days_of_week\": [ 0, 1, 3 ], \"times_of_day\": [ \"7:30\", \"11:30\" ], \"time_zone\": \"Eastern Time (US & Canada)\"}",
|
180
|
+
trigger: "realtime"
|
161
181
|
)
|
162
182
|
```
|
163
183
|
|
164
184
|
### Parameters
|
165
185
|
|
166
186
|
* `id` (int64): Required - Automation ID.
|
167
|
-
* `automation` (string): Required -
|
187
|
+
* `automation` (string): Required - Automation type
|
168
188
|
* `source` (string): Source Path
|
169
189
|
* `destination` (string): Destination Path
|
170
190
|
* `destination_replace_from` (string): If set, this string in the destination path will be replaced with the value in `destination_replace_to`.
|
@@ -173,6 +193,8 @@ automation.update(
|
|
173
193
|
* `path` (string): Path on which this Automation runs. Supports globs.
|
174
194
|
* `user_ids` (string): A list of user IDs the automation is associated with. If sent as a string, it should be comma-delimited.
|
175
195
|
* `group_ids` (string): A list of group IDs the automation is associated with. If sent as a string, it should be comma-delimited.
|
196
|
+
* `schedule` (object): Custom schedule for running this automation.
|
197
|
+
* `trigger` (string): How this automation is triggered to run. One of: `realtime` or `custom_schedule`.
|
176
198
|
|
177
199
|
|
178
200
|
---
|
data/docs/bandwidth_snapshot.md
CHANGED
@@ -33,17 +33,14 @@
|
|
33
33
|
|
34
34
|
```
|
35
35
|
Files::BandwidthSnapshot.list(
|
36
|
-
page: 1,
|
37
36
|
per_page: 1
|
38
37
|
)
|
39
38
|
```
|
40
39
|
|
41
40
|
### Parameters
|
42
41
|
|
43
|
-
* `
|
42
|
+
* `cursor` (string): Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
44
43
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
45
|
-
* `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
|
46
|
-
* `cursor` (string): Send cursor to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
47
44
|
* `sort_by` (object): If set, sort records by the specified field in either 'asc' or 'desc' direction (e.g. sort_by[last_login_at]=desc). Valid fields are `site_id` and `logged_at`.
|
48
45
|
* `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `logged_at`.
|
49
46
|
* `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `logged_at`.
|
data/docs/behavior.md
CHANGED
@@ -28,7 +28,6 @@
|
|
28
28
|
|
29
29
|
```
|
30
30
|
Files::Behavior.list(
|
31
|
-
page: 1,
|
32
31
|
per_page: 1,
|
33
32
|
behavior: "webhook"
|
34
33
|
)
|
@@ -36,10 +35,8 @@ Files::Behavior.list(
|
|
36
35
|
|
37
36
|
### Parameters
|
38
37
|
|
39
|
-
* `
|
38
|
+
* `cursor` (string): Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
40
39
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
41
|
-
* `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
|
42
|
-
* `cursor` (string): Send cursor to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
43
40
|
* `sort_by` (object): If set, sort records by the specified field in either 'asc' or 'desc' direction (e.g. sort_by[last_login_at]=desc). Valid fields are `site_id` and `behavior`.
|
44
41
|
* `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `behavior`.
|
45
42
|
* `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `behavior`.
|
@@ -69,7 +66,6 @@ Files::Behavior.find(id)
|
|
69
66
|
|
70
67
|
```
|
71
68
|
Files::Behavior.list_for(path,
|
72
|
-
page: 1,
|
73
69
|
per_page: 1,
|
74
70
|
behavior: "webhook"
|
75
71
|
)
|
@@ -77,10 +73,8 @@ Files::Behavior.list_for(path,
|
|
77
73
|
|
78
74
|
### Parameters
|
79
75
|
|
80
|
-
* `
|
76
|
+
* `cursor` (string): Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
81
77
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
82
|
-
* `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
|
83
|
-
* `cursor` (string): Send cursor to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
84
78
|
* `sort_by` (object): If set, sort records by the specified field in either 'asc' or 'desc' direction (e.g. sort_by[last_login_at]=desc). Valid fields are `site_id` and `behavior`.
|
85
79
|
* `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `behavior`.
|
86
80
|
* `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `behavior`.
|
data/docs/bundle.md
CHANGED
@@ -55,7 +55,6 @@
|
|
55
55
|
```
|
56
56
|
Files::Bundle.list(
|
57
57
|
user_id: 1,
|
58
|
-
page: 1,
|
59
58
|
per_page: 1
|
60
59
|
)
|
61
60
|
```
|
@@ -63,10 +62,8 @@ Files::Bundle.list(
|
|
63
62
|
### Parameters
|
64
63
|
|
65
64
|
* `user_id` (int64): User ID. Provide a value of `0` to operate the current session's user.
|
66
|
-
* `
|
65
|
+
* `cursor` (string): Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
67
66
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
68
|
-
* `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
|
69
|
-
* `cursor` (string): Send cursor to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
70
67
|
* `sort_by` (object): If set, sort records by the specified field in either 'asc' or 'desc' direction (e.g. sort_by[last_login_at]=desc). Valid fields are `site_id`, `created_at` or `code`.
|
71
68
|
* `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `created_at`.
|
72
69
|
* `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `created_at`.
|
@@ -133,7 +130,8 @@ Files::Bundle.create(
|
|
133
130
|
```
|
134
131
|
Files::Bundle.share(id,
|
135
132
|
to: ["johndoe@gmail.com"],
|
136
|
-
note: "Just a note."
|
133
|
+
note: "Just a note.",
|
134
|
+
recipients: [{"name":"John Doe","company":"Acme Ltd","recipient":"johndoe@gmail.com"}]
|
137
135
|
)
|
138
136
|
```
|
139
137
|
|
@@ -142,6 +140,7 @@ Files::Bundle.share(id,
|
|
142
140
|
* `id` (int64): Required - Bundle ID.
|
143
141
|
* `to` (array(string)): Required - A list of email addresses to share this bundle with.
|
144
142
|
* `note` (string): Note to include in email.
|
143
|
+
* `recipients` (array(object)): A list of recipients to share this bundle with.
|
145
144
|
|
146
145
|
|
147
146
|
---
|
@@ -150,6 +149,7 @@ Files::Bundle.share(id,
|
|
150
149
|
|
151
150
|
```
|
152
151
|
Files::Bundle.update(id,
|
152
|
+
paths: ["file.txt"],
|
153
153
|
password: "Password",
|
154
154
|
clickwrap_id: 1,
|
155
155
|
code: "abc123",
|
@@ -166,6 +166,7 @@ Files::Bundle.update(id,
|
|
166
166
|
### Parameters
|
167
167
|
|
168
168
|
* `id` (int64): Required - Bundle ID.
|
169
|
+
* `paths` (array(string)): A list of paths to include in this bundle.
|
169
170
|
* `password` (string): Password for this bundle.
|
170
171
|
* `clickwrap_id` (int64): ID of the clickwrap to use with this bundle.
|
171
172
|
* `code` (string): Bundle code. This code forms the end part of the Public URL.
|
@@ -200,7 +201,8 @@ bundle = Files::Bundle.list_for(path).first
|
|
200
201
|
|
201
202
|
bundle.share(
|
202
203
|
to: ["johndoe@gmail.com"],
|
203
|
-
note: "Just a note."
|
204
|
+
note: "Just a note.",
|
205
|
+
recipients: [{"name":"John Doe","company":"Acme Ltd","recipient":"johndoe@gmail.com"}]
|
204
206
|
)
|
205
207
|
```
|
206
208
|
|
@@ -209,6 +211,7 @@ bundle.share(
|
|
209
211
|
* `id` (int64): Required - Bundle ID.
|
210
212
|
* `to` (array(string)): Required - A list of email addresses to share this bundle with.
|
211
213
|
* `note` (string): Note to include in email.
|
214
|
+
* `recipients` (array(object)): A list of recipients to share this bundle with.
|
212
215
|
|
213
216
|
|
214
217
|
---
|
@@ -219,6 +222,7 @@ bundle.share(
|
|
219
222
|
bundle = Files::Bundle.list_for(path).first
|
220
223
|
|
221
224
|
bundle.update(
|
225
|
+
paths: ["file.txt"],
|
222
226
|
password: "Password",
|
223
227
|
clickwrap_id: 1,
|
224
228
|
code: "abc123",
|
@@ -235,6 +239,7 @@ bundle.update(
|
|
235
239
|
### Parameters
|
236
240
|
|
237
241
|
* `id` (int64): Required - Bundle ID.
|
242
|
+
* `paths` (array(string)): A list of paths to include in this bundle.
|
238
243
|
* `password` (string): Password for this bundle.
|
239
244
|
* `clickwrap_id` (int64): ID of the clickwrap to use with this bundle.
|
240
245
|
* `code` (string): Bundle code. This code forms the end part of the Public URL.
|
data/docs/bundle_download.md
CHANGED
@@ -21,7 +21,6 @@
|
|
21
21
|
|
22
22
|
```
|
23
23
|
Files::BundleDownload.list(
|
24
|
-
page: 1,
|
25
24
|
per_page: 1,
|
26
25
|
bundle_registration_id: 1
|
27
26
|
)
|
@@ -29,8 +28,6 @@ Files::BundleDownload.list(
|
|
29
28
|
|
30
29
|
### Parameters
|
31
30
|
|
32
|
-
* `
|
31
|
+
* `cursor` (string): Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
33
32
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
34
|
-
* `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
|
35
|
-
* `cursor` (string): Send cursor to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
36
33
|
* `bundle_registration_id` (int64): Required - BundleRegistration ID
|
data/docs/bundle_recipient.md
CHANGED
@@ -26,7 +26,6 @@
|
|
26
26
|
```
|
27
27
|
Files::BundleRecipient.list(
|
28
28
|
user_id: 1,
|
29
|
-
page: 1,
|
30
29
|
per_page: 1,
|
31
30
|
bundle_id: 1
|
32
31
|
)
|
@@ -35,8 +34,6 @@ Files::BundleRecipient.list(
|
|
35
34
|
### Parameters
|
36
35
|
|
37
36
|
* `user_id` (int64): User ID. Provide a value of `0` to operate the current session's user.
|
38
|
-
* `
|
37
|
+
* `cursor` (string): Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
39
38
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
40
|
-
* `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
|
41
|
-
* `cursor` (string): Send cursor to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
42
39
|
* `bundle_id` (int64): Required - List recipients for the bundle with this ID.
|
data/docs/clickwrap.md
CHANGED
@@ -4,6 +4,7 @@
|
|
4
4
|
|
5
5
|
```
|
6
6
|
{
|
7
|
+
"id": 1,
|
7
8
|
"name": "Example Site NDA for Files.com Use",
|
8
9
|
"body": "[Legal body text]",
|
9
10
|
"use_with_users": "",
|
@@ -12,12 +13,12 @@
|
|
12
13
|
}
|
13
14
|
```
|
14
15
|
|
16
|
+
* `id` (int64): Clickwrap ID
|
15
17
|
* `name` (string): Name of the Clickwrap agreement (used when selecting from multiple Clickwrap agreements.)
|
16
18
|
* `body` (string): Body text of Clickwrap (supports Markdown formatting).
|
17
19
|
* `use_with_users` (string): Use this Clickwrap for User Registrations? Note: This only applies to User Registrations where the User is invited to your Files.com site using an E-Mail invitation process where they then set their own password.
|
18
20
|
* `use_with_bundles` (string): Use this Clickwrap for Bundles?
|
19
21
|
* `use_with_inboxes` (string): Use this Clickwrap for Inboxes?
|
20
|
-
* `id` (int64): Clickwrap ID.
|
21
22
|
|
22
23
|
|
23
24
|
---
|
@@ -26,17 +27,14 @@
|
|
26
27
|
|
27
28
|
```
|
28
29
|
Files::Clickwrap.list(
|
29
|
-
page: 1,
|
30
30
|
per_page: 1
|
31
31
|
)
|
32
32
|
```
|
33
33
|
|
34
34
|
### Parameters
|
35
35
|
|
36
|
-
* `
|
36
|
+
* `cursor` (string): Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
37
37
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
38
|
-
* `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
|
39
|
-
* `cursor` (string): Send cursor to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
40
38
|
|
41
39
|
|
42
40
|
---
|
data/docs/dns_record.md
CHANGED
@@ -23,14 +23,11 @@
|
|
23
23
|
|
24
24
|
```
|
25
25
|
Files::DnsRecord.list(
|
26
|
-
page: 1,
|
27
26
|
per_page: 1
|
28
27
|
)
|
29
28
|
```
|
30
29
|
|
31
30
|
### Parameters
|
32
31
|
|
33
|
-
* `
|
32
|
+
* `cursor` (string): Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|
34
33
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
35
|
-
* `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
|
36
|
-
* `cursor` (string): Send cursor to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor-Next header.
|