files.com 1.0.87 → 1.0.88

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f01b53ca0c7c7b36823f3491b734b34c49c0f73d162cd26ecf889c2ffe56f51f
4
- data.tar.gz: 52257583ef8bd456c4c13050fb158ecb5960c7e93df232cd15935818dc2832c0
3
+ metadata.gz: '09c5a3db93c39b8dce92b18996062439066e1051c51a2fb6c74c30f67aae249c'
4
+ data.tar.gz: b7a5cfd3d43d679f00a6ae2cf004014fde88950dea412704c4965b6a14fd6f8b
5
5
  SHA512:
6
- metadata.gz: 1da075cbed34fec1c0e377605e8819b18596d7fcc24bd71e0804644a0acab078c23d9f5a8508c95d0b654f1d8089c9408a08a7f04a69089d29fa2dd09d9c83ce
7
- data.tar.gz: '0700287ed8c2d7820dd9991bd9bd26d90462f7c3f75fc212d6f35acf57ca07d2f3a85332200ddd45bf252e6cc7136b89eced49e570fb1286f12cfeb22751d910'
6
+ metadata.gz: 36514f7870f99a1a2dcb185376a838da086871aa103d23710812227a5463b8d023c645ba6797fec4706fa52051bf64fa5d7484e3e3e8f9548b4610deb3491256
7
+ data.tar.gz: d48865295788b9b3b11c39045d22efd001d9e9622bc6ddc914daeb9ce017c0f3ece029151ccef8d399a74f8f3e44d5cc22098dbc62f0b44c9f73518014ce0cba
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.87
1
+ 1.0.88
@@ -11,6 +11,7 @@
11
11
  "key": "[key]",
12
12
  "last_use_at": "2000-01-01T01:00:00Z",
13
13
  "name": "My Main API Key",
14
+ "path": "shared/docs",
14
15
  "permission_set": "full",
15
16
  "platform": "win32",
16
17
  "user_id": 1
@@ -24,6 +25,7 @@
24
25
  * `key` (string): API Key actual key string
25
26
  * `last_use_at` (date-time): API Key last used - note this value is only updated once per 3 hour period, so the 'actual' time of last use may be up to 3 hours later than this timestamp.
26
27
  * `name` (string): Internal name for the API Key. For your use.
28
+ * `path` (string): Folder path restriction for this api key. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
27
29
  * `permission_set` (string): Permissions for this API Key. Keys with the `desktop_app` permission set only have the ability to do the functions provided in our Desktop App (File and Share Link operations). Additional permission sets may become available in the future, such as for a Site Admin to give a key with no administrator privileges. If you have ideas for permission sets, please let us know.
28
30
  * `platform` (string): If this API key represents a Desktop app, what platform was it created on?
29
31
  * `user_id` (int64): User ID for the owner of this API Key. May be blank for Site-wide API Keys.
@@ -47,6 +49,14 @@ Files::ApiKey.list(
47
49
  * `page` (int64): Current page number.
48
50
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
49
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
+ * `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
+ * `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `expires_at`.
55
+ * `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `expires_at`.
56
+ * `filter_gteq` (object): If set, return records where the specifiied field is greater than or equal to the supplied value. Valid fields are `expires_at`.
57
+ * `filter_like` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `expires_at`.
58
+ * `filter_lt` (object): If set, return records where the specifiied field is less than the supplied value. Valid fields are `expires_at`.
59
+ * `filter_lteq` (object): If set, return records where the specifiied field is less than or equal to the supplied value. Valid fields are `expires_at`.
50
60
 
51
61
 
52
62
  ---
@@ -80,7 +90,8 @@ Files::ApiKey.create(
80
90
  user_id: 1,
81
91
  name: "My Main API Key",
82
92
  expires_at: "2000-01-01T01:00:00Z",
83
- permission_set: "full"
93
+ permission_set: "full",
94
+ path: "shared/docs"
84
95
  )
85
96
  ```
86
97
 
@@ -90,6 +101,7 @@ Files::ApiKey.create(
90
101
  * `name` (string): Internal name for the API Key. For your use.
91
102
  * `expires_at` (string): API Key expiration date
92
103
  * `permission_set` (string): Permissions for this API Key. Keys with the `desktop_app` permission set only have the ability to do the functions provided in our Desktop App (File and Share Link operations). Additional permission sets may become available in the future, such as for a Site Admin to give a key with no administrator privileges. If you have ideas for permission sets, please let us know.
104
+ * `path` (string): Folder path restriction for this api key.
93
105
 
94
106
 
95
107
  ---
@@ -7,6 +7,8 @@
7
7
  "name": "",
8
8
  "extended_description": "",
9
9
  "documentation_links": "Important Info => http://files.test/learn-more",
10
+ "logo_url": "",
11
+ "logo_thumbnail_url": "",
10
12
  "sso_strategy_type": "",
11
13
  "remote_server_type": "",
12
14
  "folder_behavior_type": "",
@@ -19,6 +21,8 @@
19
21
  * `name` (string): Name of the App
20
22
  * `extended_description` (string): Long form description of the App
21
23
  * `documentation_links` (string): Collection of named links to documentation
24
+ * `logo_url` (string): Full size logo for the App
25
+ * `logo_thumbnail_url` (string): Logo thumbnail for the App
22
26
  * `sso_strategy_type` (string): Associated SSO Strategy type, if any
23
27
  * `remote_server_type` (string): Associated Remote Server type, if any
24
28
  * `folder_behavior_type` (string): Associated Folder Behavior type, if any
@@ -43,3 +47,11 @@ Files::App.list(
43
47
  * `page` (int64): Current page number.
44
48
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
45
49
  * `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
50
+ * `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.
51
+ * `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`.
52
+ * `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `name` and `app_type`.
53
+ * `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `name` and `app_type`.
54
+ * `filter_gteq` (object): If set, return records where the specifiied field is greater than or equal to the supplied value. Valid fields are `name` and `app_type`.
55
+ * `filter_like` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `name` and `app_type`.
56
+ * `filter_lt` (object): If set, return records where the specifiied field is less than the supplied value. Valid fields are `name` and `app_type`.
57
+ * `filter_lteq` (object): If set, return records where the specifiied field is less than or equal to the supplied value. Valid fields are `name` and `app_type`.
@@ -56,7 +56,15 @@ Files::Automation.list(
56
56
  * `page` (int64): Current page number.
57
57
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
58
58
  * `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
59
- * `automation` (string): Type of automation to filter by.
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
+ * `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
+ * `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `automation`.
62
+ * `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `automation`.
63
+ * `filter_gteq` (object): If set, return records where the specifiied field is greater than or equal to the supplied value. Valid fields are `automation`.
64
+ * `filter_like` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `automation`.
65
+ * `filter_lt` (object): If set, return records where the specifiied field is less than the supplied value. Valid fields are `automation`.
66
+ * `filter_lteq` (object): If set, return records where the specifiied field is less than or equal to the supplied value. Valid fields are `automation`.
67
+ * `automation` (string): DEPRECATED: Type of automation to filter by. Use `filter[automation]` instead.
60
68
 
61
69
 
62
70
  ---
@@ -39,9 +39,30 @@ Files::Behavior.list(
39
39
  * `page` (int64): Current page number.
40
40
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
41
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
+ * `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
+ * `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `behavior`.
45
+ * `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `behavior`.
46
+ * `filter_gteq` (object): If set, return records where the specifiied field is greater than or equal to the supplied value. Valid fields are `behavior`.
47
+ * `filter_like` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `behavior`.
48
+ * `filter_lt` (object): If set, return records where the specifiied field is less than the supplied value. Valid fields are `behavior`.
49
+ * `filter_lteq` (object): If set, return records where the specifiied field is less than or equal to the supplied value. Valid fields are `behavior`.
42
50
  * `behavior` (string): If set, only shows folder behaviors matching this behavior type.
43
51
 
44
52
 
53
+ ---
54
+
55
+ ## Show Behavior
56
+
57
+ ```
58
+ Files::Behavior.find(id)
59
+ ```
60
+
61
+ ### Parameters
62
+
63
+ * `id` (int64): Required - Behavior ID.
64
+
65
+
45
66
  ---
46
67
 
47
68
  ## List Behaviors by path
@@ -59,22 +80,17 @@ Files::Behavior.list_for(path,
59
80
  * `page` (int64): Current page number.
60
81
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
61
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
+ * `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
+ * `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `behavior`.
86
+ * `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `behavior`.
87
+ * `filter_gteq` (object): If set, return records where the specifiied field is greater than or equal to the supplied value. Valid fields are `behavior`.
88
+ * `filter_like` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `behavior`.
89
+ * `filter_lt` (object): If set, return records where the specifiied field is less than the supplied value. Valid fields are `behavior`.
90
+ * `filter_lteq` (object): If set, return records where the specifiied field is less than or equal to the supplied value. Valid fields are `behavior`.
62
91
  * `path` (string): Required - Path to operate on.
63
92
  * `recursive` (string): Show behaviors above this path?
64
- * `behavior` (string): If set only shows folder behaviors matching this behavior type.
65
-
66
-
67
- ---
68
-
69
- ## Show Behavior
70
-
71
- ```
72
- Files::Behavior.find(id)
73
- ```
74
-
75
- ### Parameters
76
-
77
- * `id` (int64): Required - Behavior ID.
93
+ * `behavior` (string): DEPRECATED: If set only shows folder behaviors matching this behavior type. Use `filter[behavior]` instead.
78
94
 
79
95
 
80
96
  ---
@@ -62,6 +62,14 @@ Files::Bundle.list(
62
62
  * `page` (int64): Current page number.
63
63
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
64
64
  * `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
65
+ * `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.
66
+ * `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`.
67
+ * `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `created_at`.
68
+ * `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `created_at`.
69
+ * `filter_gteq` (object): If set, return records where the specifiied field is greater than or equal to the supplied value. Valid fields are `created_at`.
70
+ * `filter_like` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `created_at`.
71
+ * `filter_lt` (object): If set, return records where the specifiied field is less than the supplied value. Valid fields are `created_at`.
72
+ * `filter_lteq` (object): If set, return records where the specifiied field is less than or equal to the supplied value. Valid fields are `created_at`.
65
73
 
66
74
 
67
75
  ---
@@ -61,7 +61,6 @@ may places where a Ruby File object can be used.
61
61
 
62
62
  ```
63
63
  Files::File.download(path,
64
- id: 1,
65
64
  with_previews: true,
66
65
  with_priority_color: true
67
66
  )
@@ -71,7 +70,6 @@ Files::File.download(path,
71
70
 
72
71
  * `path` (string): Required - Path to operate on.
73
72
  * `action` (string): Can be blank, `redirect` or `stat`. If set to `stat`, we will return file information but without a download URL, and without logging a download. If set to `redirect` we will serve a 302 redirect directly to the file. This is used for integrations with Zapier, and is not recommended for most integrations.
74
- * `id` (int64): If provided, lookup the file by id instead of path.
75
73
  * `preview_size` (string): Request a preview size. Can be `small` (default), `large`, `xlarge`, or `pdf`.
76
74
  * `with_previews` (boolean): Include file preview information?
77
75
  * `with_priority_color` (boolean): Include file priority color information?
@@ -154,7 +152,6 @@ Files::File.delete(path,
154
152
  file = Files::File.list_for(path).first
155
153
 
156
154
  file.download(
157
- id: 1,
158
155
  with_previews: true,
159
156
  with_priority_color: true
160
157
  )
@@ -164,7 +161,6 @@ file.download(
164
161
 
165
162
  * `path` (string): Required - Path to operate on.
166
163
  * `action` (string): Can be blank, `redirect` or `stat`. If set to `stat`, we will return file information but without a download URL, and without logging a download. If set to `redirect` we will serve a 302 redirect directly to the file. This is used for integrations with Zapier, and is not recommended for most integrations.
167
- * `id` (int64): If provided, lookup the file by id instead of path.
168
164
  * `preview_size` (string): Request a preview size. Can be `small` (default), `large`, `xlarge`, or `pdf`.
169
165
  * `with_previews` (boolean): Include file preview information?
170
166
  * `with_priority_color` (boolean): Include file priority color information?
@@ -43,6 +43,14 @@ Files::Group.list(
43
43
  * `page` (int64): Current page number.
44
44
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
45
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
+ * `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 `active`, `deleted_at`, `site_id` or `name`.
48
+ * `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `name`.
49
+ * `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `name`.
50
+ * `filter_gteq` (object): If set, return records where the specifiied field is greater than or equal to the supplied value. Valid fields are `name`.
51
+ * `filter_like` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `name`.
52
+ * `filter_lt` (object): If set, return records where the specifiied field is less than the supplied value. Valid fields are `name`.
53
+ * `filter_lteq` (object): If set, return records where the specifiied field is less than or equal to the supplied value. Valid fields are `name`.
46
54
  * `ids` (string): Comma-separated list of group ids to include in results.
47
55
 
48
56
 
@@ -58,6 +58,8 @@ Files::History.list_for_file(path,
58
58
  * `page` (int64): Current page number.
59
59
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
60
60
  * `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
61
+ * `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.
62
+ * `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 `user_id` and `created_at`.
61
63
  * `path` (string): Required - Path to operate on.
62
64
 
63
65
 
@@ -82,6 +84,8 @@ Files::History.list_for_folder(path,
82
84
  * `page` (int64): Current page number.
83
85
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
84
86
  * `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
87
+ * `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.
88
+ * `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 `user_id` and `created_at`.
85
89
  * `path` (string): Required - Path to operate on.
86
90
 
87
91
 
@@ -106,6 +110,8 @@ Files::History.list_for_user(user_id,
106
110
  * `page` (int64): Current page number.
107
111
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
108
112
  * `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
113
+ * `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.
114
+ * `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 `user_id` and `created_at`.
109
115
  * `user_id` (int64): Required - User ID.
110
116
 
111
117
 
@@ -130,6 +136,8 @@ Files::History.list_logins(
130
136
  * `page` (int64): Current page number.
131
137
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
132
138
  * `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
139
+ * `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.
140
+ * `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 `user_id` and `created_at`.
133
141
 
134
142
 
135
143
  ---
@@ -153,3 +161,11 @@ Files::History.list(
153
161
  * `page` (int64): Current page number.
154
162
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
155
163
  * `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
164
+ * `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.
165
+ * `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`, `path`, `created_at`, `folder` or `user_id`.
166
+ * `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `user_id`, `folder` or `path`.
167
+ * `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `user_id`, `folder` or `path`.
168
+ * `filter_gteq` (object): If set, return records where the specifiied field is greater than or equal to the supplied value. Valid fields are `user_id`, `folder` or `path`.
169
+ * `filter_like` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `user_id`, `folder` or `path`.
170
+ * `filter_lt` (object): If set, return records where the specifiied field is less than the supplied value. Valid fields are `user_id`, `folder` or `path`.
171
+ * `filter_lteq` (object): If set, return records where the specifiied field is less than or equal to the supplied value. Valid fields are `user_id`, `folder` or `path`.
@@ -35,3 +35,21 @@ Files::IpAddress.list(
35
35
  * `page` (int64): Current page number.
36
36
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
37
37
  * `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
38
+
39
+
40
+ ---
41
+
42
+ ## List all possible public IP addresses
43
+
44
+ ```
45
+ Files::IpAddress.get_reserved(
46
+ page: 1,
47
+ per_page: 1
48
+ )
49
+ ```
50
+
51
+ ### Parameters
52
+
53
+ * `page` (int64): Current page number.
54
+ * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
55
+ * `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
@@ -50,11 +50,19 @@ Files::Notification.list(
50
50
 
51
51
  ### Parameters
52
52
 
53
- * `user_id` (int64): Show notifications for this User ID.
53
+ * `user_id` (int64): DEPRECATED: Show notifications for this User ID. Use `filter[user_id]` instead.
54
54
  * `page` (int64): Current page number.
55
55
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
56
56
  * `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
57
- * `group_id` (int64): Show notifications for this Group ID.
57
+ * `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.
58
+ * `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`, `path`, `user_id` or `group_id`.
59
+ * `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `user_id`, `group_id` or `path`.
60
+ * `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `user_id`, `group_id` or `path`.
61
+ * `filter_gteq` (object): If set, return records where the specifiied field is greater than or equal to the supplied value. Valid fields are `user_id`, `group_id` or `path`.
62
+ * `filter_like` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `user_id`, `group_id` or `path`.
63
+ * `filter_lt` (object): If set, return records where the specifiied field is less than the supplied value. Valid fields are `user_id`, `group_id` or `path`.
64
+ * `filter_lteq` (object): If set, return records where the specifiied field is less than or equal to the supplied value. Valid fields are `user_id`, `group_id` or `path`.
65
+ * `group_id` (int64): DEPRECATED: Show notifications for this Group ID. Use `filter[group_id]` instead.
58
66
  * `path` (string): Show notifications for this Path.
59
67
  * `include_ancestors` (boolean): If `include_ancestors` is `true` and `path` is specified, include notifications for any parent paths. Ignored if `path` is not specified.
60
68
 
@@ -44,9 +44,17 @@ Files::Permission.list(path,
44
44
  * `page` (int64): Current page number.
45
45
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
46
46
  * `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
47
- * `path` (string): Permission path. If provided, will scope permissions to this path.
48
- * `group_id` (string): Group ID. If provided, will scope permissions to this group.
49
- * `user_id` (string): User ID. If provided, will scope permissions to this user.
47
+ * `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.
48
+ * `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`, `group_id`, `path`, `user_id` or `permission`.
49
+ * `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `group_id`, `user_id` or `path`.
50
+ * `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `group_id`, `user_id` or `path`.
51
+ * `filter_gteq` (object): If set, return records where the specifiied field is greater than or equal to the supplied value. Valid fields are `group_id`, `user_id` or `path`.
52
+ * `filter_like` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `group_id`, `user_id` or `path`.
53
+ * `filter_lt` (object): If set, return records where the specifiied field is less than the supplied value. Valid fields are `group_id`, `user_id` or `path`.
54
+ * `filter_lteq` (object): If set, return records where the specifiied field is less than or equal to the supplied value. Valid fields are `group_id`, `user_id` or `path`.
55
+ * `path` (string): DEPRECATED: Permission path. If provided, will scope permissions to this path. Use `filter[path]` instead.
56
+ * `group_id` (string): DEPRECATED: Group ID. If provided, will scope permissions to this group. Use `filter[group_id]` instead.`
57
+ * `user_id` (string): DEPRECATED: User ID. If provided, will scope permissions to this user. Use `filter[user_id]` instead.`
50
58
  * `include_groups` (boolean): If searching by user or group, also include user's permissions that are inherited from its groups?
51
59
 
52
60
 
@@ -0,0 +1,13 @@
1
+ # PublicIpAddress
2
+
3
+ ## Example PublicIpAddress Object
4
+
5
+ ```
6
+ {
7
+ "ip_address": "1.1.1.1",
8
+ "server_name": "server-1"
9
+ }
10
+ ```
11
+
12
+ * `ip_address` (string): The public IP address.
13
+ * `server_name` (string): The name of the frontend server.
@@ -40,6 +40,8 @@ Files::Request.list(path,
40
40
  * `page` (int64): Current page number.
41
41
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
42
42
  * `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
43
+ * `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.
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`, `folder_id` or `destination`.
43
45
  * `mine` (boolean): Only show requests of the current user? (Defaults to true if current user is not a site admin.)
44
46
  * `path` (string): Path to show requests for. If omitted, shows all paths. Send `/` to represent the root directory.
45
47
 
@@ -49,7 +51,7 @@ Files::Request.list(path,
49
51
  ## List Requests
50
52
 
51
53
  ```
52
- Files::Request.folders(path,
54
+ Files::Request.find_folder(path,
53
55
  page: 1,
54
56
  per_page: 1,
55
57
  mine: true
@@ -61,8 +63,10 @@ Files::Request.folders(path,
61
63
  * `page` (int64): Current page number.
62
64
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
63
65
  * `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
66
+ * `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.
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`, `folder_id` or `destination`.
64
68
  * `mine` (boolean): Only show requests of the current user? (Defaults to true if current user is not a site admin.)
65
- * `path` (string): Path to show requests for. If omitted, shows all paths. Send `/` to represent the root directory.
69
+ * `path` (string): Required - Path to show requests for. If omitted, shows all paths. Send `/` to represent the root directory.
66
70
 
67
71
 
68
72
  ---
@@ -94,26 +98,3 @@ Files::Request.delete(id)
94
98
  ### Parameters
95
99
 
96
100
  * `id` (int64): Required - Request ID.
97
-
98
-
99
- ---
100
-
101
- ## List Requests
102
-
103
- ```
104
- request = Files::Request.list_for(path).first
105
-
106
- request.folders(
107
- page: 1,
108
- per_page: 1,
109
- mine: true
110
- )
111
- ```
112
-
113
- ### Parameters
114
-
115
- * `page` (int64): Current page number.
116
- * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
117
- * `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
118
- * `mine` (boolean): Only show requests of the current user? (Defaults to true if current user is not a site admin.)
119
- * `path` (string): Path to show requests for. If omitted, shows all paths. Send `/` to represent the root directory.
@@ -23,7 +23,7 @@
23
23
  ## Show Style
24
24
 
25
25
  ```
26
- Files::Style.list(path)
26
+ Files::Style.find(path)
27
27
  ```
28
28
 
29
29
  ### Parameters
@@ -35,3 +35,11 @@ Files::UsageDailySnapshot.list(
35
35
  * `page` (int64): Current page number.
36
36
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
37
37
  * `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
38
+ * `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.
39
+ * `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`, `date` or `usage_snapshot_id`.
40
+ * `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `date` and `usage_snapshot_id`.
41
+ * `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `date` and `usage_snapshot_id`.
42
+ * `filter_gteq` (object): If set, return records where the specifiied field is greater than or equal to the supplied value. Valid fields are `date` and `usage_snapshot_id`.
43
+ * `filter_like` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `date` and `usage_snapshot_id`.
44
+ * `filter_lt` (object): If set, return records where the specifiied field is less than the supplied value. Valid fields are `date` and `usage_snapshot_id`.
45
+ * `filter_lteq` (object): If set, return records where the specifiied field is less than or equal to the supplied value. Valid fields are `date` and `usage_snapshot_id`.
@@ -126,6 +126,14 @@ Files::User.list(
126
126
  * `page` (int64): Current page number.
127
127
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
128
128
  * `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
129
+ * `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.
130
+ * `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 `active`, `master_admin`, `site_id`, `authenticate_until`, `email`, `last_desktop_login_at`, `last_login_at`, `username`, `notes`, `site_admin`, `receive_admin_alerts`, `allowed_ips`, `password_validity_days`, `ssl_required` or `not_site_admin`.
131
+ * `filter` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `username`, `email`, `notes`, `site_admin`, `allowed_ips`, `password_validity_days`, `ssl_required`, `last_login_at`, `authenticate_until` or `not_site_admin`.
132
+ * `filter_gt` (object): If set, return records where the specifiied field is greater than the supplied value. Valid fields are `username`, `email`, `notes`, `site_admin`, `allowed_ips`, `password_validity_days`, `ssl_required`, `last_login_at`, `authenticate_until` or `not_site_admin`.
133
+ * `filter_gteq` (object): If set, return records where the specifiied field is greater than or equal to the supplied value. Valid fields are `username`, `email`, `notes`, `site_admin`, `allowed_ips`, `password_validity_days`, `ssl_required`, `last_login_at`, `authenticate_until` or `not_site_admin`.
134
+ * `filter_like` (object): If set, return records where the specifiied field is equal to the supplied value. Valid fields are `username`, `email`, `notes`, `site_admin`, `allowed_ips`, `password_validity_days`, `ssl_required`, `last_login_at`, `authenticate_until` or `not_site_admin`.
135
+ * `filter_lt` (object): If set, return records where the specifiied field is less than the supplied value. Valid fields are `username`, `email`, `notes`, `site_admin`, `allowed_ips`, `password_validity_days`, `ssl_required`, `last_login_at`, `authenticate_until` or `not_site_admin`.
136
+ * `filter_lteq` (object): If set, return records where the specifiied field is less than or equal to the supplied value. Valid fields are `username`, `email`, `notes`, `site_admin`, `allowed_ips`, `password_validity_days`, `ssl_required`, `last_login_at`, `authenticate_until` or `not_site_admin`.
129
137
  * `ids` (string): comma-separated list of User IDs
130
138
  * `q[username]` (string): List users matching username.
131
139
  * `q[email]` (string): List users matching email.
@@ -135,8 +143,6 @@ Files::User.list(
135
143
  * `q[password_validity_days]` (string): If set, list only users with overridden password validity days setting.
136
144
  * `q[ssl_required]` (string): If set, list only users with overridden SSL required setting.
137
145
  * `search` (string): Searches for partial matches of name, username, or email.
138
- * `sort_by[last_login_at]` (string): If set, sort users by 'last_login_at' in either 'asc' or 'desc' direction
139
- * `sort_by[authenticate_until]` (string): If set, sort users by 'authenticate_until' in either 'asc' or 'desc' direction
140
146
 
141
147
 
142
148
  ---