files.com 1.1.102 → 1.1.104

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 (101) hide show
  1. checksums.yaml +4 -4
  2. data/_VERSION +1 -1
  3. data/docs/action.md +1 -1
  4. data/docs/action_notification_export_result.md +0 -2
  5. data/docs/api_key.md +1 -3
  6. data/docs/api_request_log.md +2 -2
  7. data/docs/app.md +3 -2
  8. data/docs/as2_incoming_message.md +0 -2
  9. data/docs/as2_outgoing_message.md +0 -2
  10. data/docs/as2_partner.md +1 -4
  11. data/docs/as2_station.md +1 -4
  12. data/docs/automation.md +0 -2
  13. data/docs/automation_log.md +3 -3
  14. data/docs/automation_run.md +0 -2
  15. data/docs/bandwidth_snapshot.md +6 -2
  16. data/docs/behavior.md +4 -6
  17. data/docs/bundle.md +1 -3
  18. data/docs/bundle_action.md +1 -4
  19. data/docs/bundle_download.md +1 -3
  20. data/docs/bundle_notification.md +2 -2
  21. data/docs/bundle_recipient.md +0 -2
  22. data/docs/bundle_registration.md +0 -2
  23. data/docs/clickwrap.md +1 -4
  24. data/docs/dns_record.md +1 -4
  25. data/docs/email_incoming_message.md +7 -2
  26. data/docs/email_log.md +2 -2
  27. data/docs/exavault_api_request_log.md +2 -2
  28. data/docs/external_event.md +7 -2
  29. data/docs/file.md +1 -1
  30. data/docs/file_comment.md +1 -4
  31. data/docs/file_migration.md +1 -1
  32. data/docs/file_migration_log.md +3 -3
  33. data/docs/file_upload_part.md +1 -1
  34. data/docs/folder.md +1 -3
  35. data/docs/form_field_set.md +1 -3
  36. data/docs/ftp_action_log.md +3 -3
  37. data/docs/gpg_key.md +1 -3
  38. data/docs/group.md +4 -2
  39. data/docs/group_user.md +0 -2
  40. data/docs/history.md +6 -21
  41. data/docs/history_export_result.md +1 -4
  42. data/docs/inbox_recipient.md +0 -2
  43. data/docs/inbox_registration.md +0 -2
  44. data/docs/inbox_upload.md +1 -3
  45. data/docs/invoice.md +1 -4
  46. data/docs/ip_address.md +4 -16
  47. data/docs/lock.md +1 -3
  48. data/docs/message.md +0 -2
  49. data/docs/message_comment.md +0 -2
  50. data/docs/message_comment_reaction.md +0 -2
  51. data/docs/message_reaction.md +0 -2
  52. data/docs/notification.md +1 -3
  53. data/docs/outbound_connection_log.md +3 -3
  54. data/docs/payment.md +1 -4
  55. data/docs/permission.md +1 -3
  56. data/docs/priority.md +2 -5
  57. data/docs/project.md +1 -4
  58. data/docs/public_hosting_request_log.md +3 -3
  59. data/docs/public_key.md +1 -3
  60. data/docs/remote_bandwidth_snapshot.md +6 -2
  61. data/docs/remote_server.md +1 -4
  62. data/docs/request.md +1 -5
  63. data/docs/settings_change.md +2 -2
  64. data/docs/sftp_action_log.md +2 -2
  65. data/docs/sftp_host_key.md +1 -4
  66. data/docs/share_group.md +1 -3
  67. data/docs/snapshot.md +1 -4
  68. data/docs/sso_strategy.md +1 -4
  69. data/docs/style.md +1 -1
  70. data/docs/sync_log.md +3 -3
  71. data/docs/usage_daily_snapshot.md +6 -2
  72. data/docs/usage_snapshot.md +1 -4
  73. data/docs/user.md +9 -2
  74. data/docs/user_cipher_use.md +1 -3
  75. data/docs/user_request.md +1 -4
  76. data/docs/web_dav_action_log.md +2 -2
  77. data/docs/webhook_test.md +0 -1
  78. data/lib/files.com/models/action.rb +1 -1
  79. data/lib/files.com/models/automation_log.rb +1 -1
  80. data/lib/files.com/models/bundle_action.rb +1 -1
  81. data/lib/files.com/models/bundle_download.rb +1 -1
  82. data/lib/files.com/models/file.rb +1 -1
  83. data/lib/files.com/models/file_migration.rb +1 -1
  84. data/lib/files.com/models/file_migration_log.rb +1 -1
  85. data/lib/files.com/models/file_upload_part.rb +1 -1
  86. data/lib/files.com/models/folder.rb +1 -1
  87. data/lib/files.com/models/ftp_action_log.rb +1 -1
  88. data/lib/files.com/models/history.rb +1 -1
  89. data/lib/files.com/models/history_export_result.rb +1 -1
  90. data/lib/files.com/models/inbox_upload.rb +1 -1
  91. data/lib/files.com/models/lock.rb +1 -1
  92. data/lib/files.com/models/notification.rb +1 -1
  93. data/lib/files.com/models/outbound_connection_log.rb +1 -1
  94. data/lib/files.com/models/permission.rb +1 -1
  95. data/lib/files.com/models/priority.rb +1 -1
  96. data/lib/files.com/models/public_hosting_request_log.rb +1 -1
  97. data/lib/files.com/models/request.rb +1 -1
  98. data/lib/files.com/models/style.rb +1 -1
  99. data/lib/files.com/models/sync_log.rb +1 -1
  100. data/lib/files.com/version.rb +1 -1
  101. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 236d82a7483161cc5e6a939f5917b2052e16419c8e5fefdbb4d9f573541cf5ae
4
- data.tar.gz: f00f742d97fd40717543e7eb8bc0bb30380d80a3f037d08cb75b286f2dbba3c7
3
+ metadata.gz: 0176cea836e0404688fff03e2dddcd5943586df70d1a69e3fbfae7d5e330d701
4
+ data.tar.gz: 0f8d7829c37db1434b283a4db13ec39a18eeee3261e737abe806079c1ae86713
5
5
  SHA512:
6
- metadata.gz: 0ee08e83fd78fbdadb235c420d12f1d100df229bfbeb88e780bc8e248070269c42778ef6803f40cb7bba12b0abec53ec109d40f69066df7297fa439763a16d00
7
- data.tar.gz: a16861952216ed034056254c266854577095384e48803e62e3021b7ead023d5323dffa4802cb8f8a1436b2e5367edf75efddbde97a45bf149917877ad535e30d
6
+ metadata.gz: 32055ebfe8ea1bb07993c2570abc3db22e63ffb80f07ee755a4ae1edcf6599b2986637a8283124c552baab7c711b55a8683b5fab6c3d14cb85c7d4a0c0de6b05
7
+ data.tar.gz: e33429dec988b103d79c06215a934e2d28a94d7d89858face94f182986b043757d18527465f215dbd34f46c30c641175570fd14cd1388084d9ce4af403536326
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.102
1
+ 1.1.104
data/docs/action.md CHANGED
@@ -23,7 +23,7 @@
23
23
  ```
24
24
 
25
25
  * `id` (int64): Action ID
26
- * `path` (string): Path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
26
+ * `path` (string): Path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
27
27
  * `when` (date-time): Action occurrence date/time
28
28
  * `destination` (string): The destination path for this action, if applicable
29
29
  * `display` (string): Friendly displayed output
@@ -36,8 +36,6 @@
36
36
  ```
37
37
  Files::ActionNotificationExportResult.list(
38
38
  user_id: 1,
39
- per_page: 1,
40
- page: 1,
41
39
  action_notification_export_id: 1
42
40
  )
43
41
  ```
data/docs/api_key.md CHANGED
@@ -40,9 +40,7 @@
40
40
 
41
41
  ```
42
42
  Files::ApiKey.list(
43
- user_id: 1,
44
- per_page: 1,
45
- page: 1
43
+ user_id: 1
46
44
  )
47
45
  ```
48
46
 
@@ -51,8 +51,8 @@
51
51
 
52
52
  ```
53
53
  Files::ApiRequestLog.list(
54
- per_page: 1,
55
- page: 1
54
+ filter: "",
55
+ filter_prefix: ""
56
56
  )
57
57
  ```
58
58
 
data/docs/app.md CHANGED
@@ -59,8 +59,9 @@
59
59
 
60
60
  ```
61
61
  Files::App.list(
62
- per_page: 1,
63
- page: 1
62
+ sort_by: "",
63
+ filter: "",
64
+ filter_prefix: ""
64
65
  )
65
66
  ```
66
67
 
@@ -89,8 +89,6 @@
89
89
 
90
90
  ```
91
91
  Files::As2IncomingMessage.list(
92
- per_page: 1,
93
- page: 1,
94
92
  as2_partner_id: 1
95
93
  )
96
94
  ```
@@ -81,8 +81,6 @@
81
81
 
82
82
  ```
83
83
  Files::As2OutgoingMessage.list(
84
- per_page: 1,
85
- page: 1,
86
84
  as2_partner_id: 1
87
85
  )
88
86
  ```
data/docs/as2_partner.md CHANGED
@@ -46,10 +46,7 @@
46
46
  ## List AS2 Partners
47
47
 
48
48
  ```
49
- Files::As2Partner.list(
50
- per_page: 1,
51
- page: 1
52
- )
49
+ Files::As2Partner.list
53
50
  ```
54
51
 
55
52
  ### Parameters
data/docs/as2_station.md CHANGED
@@ -43,10 +43,7 @@
43
43
  ## List AS2 Stations
44
44
 
45
45
  ```
46
- Files::As2Station.list(
47
- per_page: 1,
48
- page: 1
49
- )
46
+ Files::As2Station.list
50
47
  ```
51
48
 
52
49
  ### Parameters
data/docs/automation.md CHANGED
@@ -104,8 +104,6 @@
104
104
 
105
105
  ```
106
106
  Files::Automation.list(
107
- per_page: 1,
108
- page: 1,
109
107
  with_deleted: true
110
108
  )
111
109
  ```
@@ -23,7 +23,7 @@
23
23
  * `error_type` (string): Error type, if applicable
24
24
  * `message` (string): Message
25
25
  * `operation` (string): Operation type
26
- * `path` (string): File path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
26
+ * `path` (string): File path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
27
27
  * `status` (string): Status
28
28
 
29
29
 
@@ -33,8 +33,8 @@
33
33
 
34
34
  ```
35
35
  Files::AutomationLog.list(
36
- per_page: 1,
37
- page: 1
36
+ filter: "",
37
+ filter_prefix: ""
38
38
  )
39
39
  ```
40
40
 
@@ -33,8 +33,6 @@
33
33
 
34
34
  ```
35
35
  Files::AutomationRun.list(
36
- per_page: 1,
37
- page: 1,
38
36
  automation_id: 1
39
37
  )
40
38
  ```
@@ -33,8 +33,12 @@
33
33
 
34
34
  ```
35
35
  Files::BandwidthSnapshot.list(
36
- per_page: 1,
37
- page: 1
36
+ sort_by: "",
37
+ filter: "",
38
+ filter_gt: "",
39
+ filter_gteq: "",
40
+ filter_lt: "",
41
+ filter_lteq: ""
38
42
  )
39
43
  ```
40
44
 
data/docs/behavior.md CHANGED
@@ -37,8 +37,9 @@
37
37
 
38
38
  ```
39
39
  Files::Behavior.list(
40
- per_page: 1,
41
- page: 1
40
+ sort_by: "",
41
+ filter: "",
42
+ filter_prefix: ""
42
43
  )
43
44
  ```
44
45
 
@@ -72,8 +73,6 @@ Files::Behavior.find(id)
72
73
 
73
74
  ```
74
75
  Files::Behavior.list_for(path,
75
- per_page: 1,
76
- page: 1,
77
76
  ancestor_behaviors: true,
78
77
  behavior: "webhook"
79
78
  )
@@ -131,8 +130,7 @@ Files::Behavior.webhook_test(
131
130
  method: "GET",
132
131
  encoding: "RAW",
133
132
  headers: {"x-test-header":"testvalue"},
134
- body: {"test-param":"testvalue"},
135
- action: "test"
133
+ body: {"test-param":"testvalue"}
136
134
  )
137
135
  ```
138
136
 
data/docs/bundle.md CHANGED
@@ -139,9 +139,7 @@
139
139
 
140
140
  ```
141
141
  Files::Bundle.list(
142
- user_id: 1,
143
- per_page: 1,
144
- page: 1
142
+ user_id: 1
145
143
  )
146
144
  ```
147
145
 
@@ -33,7 +33,7 @@
33
33
  * `bundle_registration` (BundleRegistration): Object that contains bundle registration information
34
34
  * `when` (date-time): Action occurrence date/time
35
35
  * `destination` (string): The destination path for this bundle action, if applicable
36
- * `path` (string): Path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
36
+ * `path` (string): Path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
37
37
  * `source` (string): The source path for this bundle action, if applicable
38
38
 
39
39
 
@@ -43,9 +43,6 @@
43
43
 
44
44
  ```
45
45
  Files::BundleAction.list(
46
- per_page: 1,
47
- action: "create",
48
- page: 1,
49
46
  bundle_id: 1,
50
47
  bundle_registration_id: 1
51
48
  )
@@ -13,7 +13,7 @@
13
13
 
14
14
  * `bundle_registration` (BundleRegistration):
15
15
  * `download_method` (string): Download method (file or full_zip)
16
- * `path` (string): Download path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
16
+ * `path` (string): Download path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
17
17
  * `created_at` (date-time): Download date/time
18
18
 
19
19
 
@@ -23,8 +23,6 @@
23
23
 
24
24
  ```
25
25
  Files::BundleDownload.list(
26
- per_page: 1,
27
- page: 1,
28
26
  bundle_id: 1,
29
27
  bundle_registration_id: 1
30
28
  )
@@ -25,8 +25,8 @@
25
25
 
26
26
  ```
27
27
  Files::BundleNotification.list(
28
- per_page: 1,
29
- page: 1
28
+ sort_by: "",
29
+ filter: ""
30
30
  )
31
31
  ```
32
32
 
@@ -27,8 +27,6 @@
27
27
 
28
28
  ```
29
29
  Files::BundleRecipient.list(
30
- per_page: 1,
31
- page: 1,
32
30
  bundle_id: 1
33
31
  )
34
32
  ```
@@ -43,8 +43,6 @@
43
43
 
44
44
  ```
45
45
  Files::BundleRegistration.list(
46
- per_page: 1,
47
- page: 1,
48
46
  bundle_id: 1
49
47
  )
50
48
  ```
data/docs/clickwrap.md CHANGED
@@ -26,10 +26,7 @@
26
26
  ## List Clickwraps
27
27
 
28
28
  ```
29
- Files::Clickwrap.list(
30
- per_page: 1,
31
- page: 1
32
- )
29
+ Files::Clickwrap.list
33
30
  ```
34
31
 
35
32
  ### Parameters
data/docs/dns_record.md CHANGED
@@ -22,10 +22,7 @@
22
22
  ## Show site DNS configuration
23
23
 
24
24
  ```
25
- Files::DnsRecord.list(
26
- per_page: 1,
27
- page: 1
28
- )
25
+ Files::DnsRecord.list
29
26
  ```
30
27
 
31
28
  ### Parameters
@@ -33,8 +33,13 @@
33
33
 
34
34
  ```
35
35
  Files::EmailIncomingMessage.list(
36
- per_page: 1,
37
- page: 1
36
+ sort_by: "",
37
+ filter: "",
38
+ filter_gt: "",
39
+ filter_gteq: "",
40
+ filter_prefix: "",
41
+ filter_lt: "",
42
+ filter_lteq: ""
38
43
  )
39
44
  ```
40
45
 
data/docs/email_log.md CHANGED
@@ -33,8 +33,8 @@
33
33
 
34
34
  ```
35
35
  Files::EmailLog.list(
36
- per_page: 1,
37
- page: 1
36
+ filter: "",
37
+ filter_prefix: ""
38
38
  )
39
39
  ```
40
40
 
@@ -37,8 +37,8 @@
37
37
 
38
38
  ```
39
39
  Files::ExavaultApiRequestLog.list(
40
- per_page: 1,
41
- page: 1
40
+ filter: "",
41
+ filter_prefix: ""
42
42
  )
43
43
  ```
44
44
 
@@ -41,8 +41,13 @@
41
41
 
42
42
  ```
43
43
  Files::ExternalEvent.list(
44
- per_page: 1,
45
- page: 1
44
+ sort_by: "",
45
+ filter: "",
46
+ filter_gt: "",
47
+ filter_gteq: "",
48
+ filter_prefix: "",
49
+ filter_lt: "",
50
+ filter_lteq: ""
46
51
  )
47
52
  ```
48
53
 
data/docs/file.md CHANGED
@@ -51,7 +51,7 @@ may places where a Ruby File object can be used.
51
51
  }
52
52
  ```
53
53
 
54
- * `path` (string): File/Folder path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
54
+ * `path` (string): File/Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
55
55
  * `created_by_id` (int64): User ID of the User who created the file/folder
56
56
  * `created_by_api_key_id` (int64): ID of the API key that created the file/folder
57
57
  * `created_by_as2_incoming_message_id` (int64): ID of the AS2 Incoming Message that created the file/folder
data/docs/file_comment.md CHANGED
@@ -26,10 +26,7 @@
26
26
  ## List File Comments by path
27
27
 
28
28
  ```
29
- Files::FileComment.list_for(path,
30
- per_page: 1,
31
- page: 1
32
- )
29
+ Files::FileComment.list_for(path)
33
30
  ```
34
31
 
35
32
  ### Parameters
@@ -17,7 +17,7 @@
17
17
  ```
18
18
 
19
19
  * `id` (int64): File migration ID
20
- * `path` (string): Source path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
20
+ * `path` (string): Source path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
21
21
  * `dest_path` (string): Destination path
22
22
  * `files_moved` (int64): Number of files processed
23
23
  * `files_total` (int64):
@@ -21,7 +21,7 @@
21
21
  * `error_type` (string): Error type, if applicable
22
22
  * `message` (string): Message
23
23
  * `operation` (string): Operation type
24
- * `path` (string): File path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
24
+ * `path` (string): File path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
25
25
  * `status` (string): Status
26
26
 
27
27
 
@@ -31,8 +31,8 @@
31
31
 
32
32
  ```
33
33
  Files::FileMigrationLog.list(
34
- per_page: 1,
35
- page: 1
34
+ filter: "",
35
+ filter_prefix: ""
36
36
  )
37
37
  ```
38
38
 
@@ -42,6 +42,6 @@
42
42
  * `parameters` (object): Additional HTTP parameters to send with the upload
43
43
  * `part_number` (int64): Number of this upload part
44
44
  * `partsize` (int64): Size in bytes for the next upload part
45
- * `path` (string): New file path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
45
+ * `path` (string): New file path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
46
46
  * `ref` (string): Reference name for this upload part
47
47
  * `upload_uri` (string): URI to upload this part to
data/docs/folder.md CHANGED
@@ -53,7 +53,7 @@ Files::Dir is an alias of Files::Folder
53
53
  }
54
54
  ```
55
55
 
56
- * `path` (string): File/Folder path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
56
+ * `path` (string): File/Folder path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
57
57
  * `created_by_id` (int64): User ID of the User who created the file/folder
58
58
  * `created_by_api_key_id` (int64): ID of the API key that created the file/folder
59
59
  * `created_by_as2_incoming_message_id` (int64): ID of the AS2 Incoming Message that created the file/folder
@@ -95,8 +95,6 @@ Files::Dir is an alias of Files::Folder
95
95
 
96
96
  ```
97
97
  Files::Folder.list_for(path,
98
- per_page: 1,
99
- page: 1,
100
98
  search_all: true,
101
99
  with_previews: true,
102
100
  with_priority_color: true
@@ -50,9 +50,7 @@
50
50
 
51
51
  ```
52
52
  Files::FormFieldSet.list(
53
- user_id: 1,
54
- per_page: 1,
55
- page: 1
53
+ user_id: 1
56
54
  )
57
55
  ```
58
56
 
@@ -33,7 +33,7 @@
33
33
  * `seq_id` (int64): FTP Sequence ID
34
34
  * `auth_ciphers` (string): Authentication Ciphers
35
35
  * `action_type` (string): Action Type
36
- * `path` (string): Path as sent by the Client (may not match Files.com path due to user root folders for FTP) This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
36
+ * `path` (string): Path as sent by the Client (may not match Files.com path due to user root folders for FTP). This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
37
37
  * `true_path` (string): Path on Files.com
38
38
  * `name` (string): Name of File
39
39
  * `cmd` (string): FTP Command Name
@@ -51,8 +51,8 @@
51
51
 
52
52
  ```
53
53
  Files::FtpActionLog.list(
54
- per_page: 1,
55
- page: 1
54
+ filter: "",
55
+ filter_prefix: ""
56
56
  )
57
57
  ```
58
58
 
data/docs/gpg_key.md CHANGED
@@ -29,9 +29,7 @@
29
29
 
30
30
  ```
31
31
  Files::GpgKey.list(
32
- user_id: 1,
33
- per_page: 1,
34
- page: 1
32
+ user_id: 1
35
33
  )
36
34
  ```
37
35
 
data/docs/group.md CHANGED
@@ -37,8 +37,10 @@
37
37
 
38
38
  ```
39
39
  Files::Group.list(
40
- per_page: 1,
41
- page: 1
40
+ sort_by: "",
41
+ filter: "",
42
+ filter_prefix: "",
43
+ ids: ""
42
44
  )
43
45
  ```
44
46
 
data/docs/group_user.md CHANGED
@@ -29,8 +29,6 @@
29
29
  ```
30
30
  Files::GroupUser.list(
31
31
  user_id: 1,
32
- per_page: 1,
33
- page: 1,
34
32
  group_id: 1
35
33
  )
36
34
  ```
data/docs/history.md CHANGED
@@ -23,7 +23,7 @@
23
23
  ```
24
24
 
25
25
  * `id` (int64): Action ID
26
- * `path` (string): Path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
26
+ * `path` (string): Path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
27
27
  * `when` (date-time): Action occurrence date/time
28
28
  * `destination` (string): The destination path for this action, if applicable
29
29
  * `display` (string): Friendly displayed output
@@ -43,10 +43,7 @@
43
43
 
44
44
  ```
45
45
  Files::History.list_for_file(path,
46
- display: "Actual text of the action here.",
47
- per_page: 1,
48
- action: "create",
49
- page: 1
46
+ display: "Actual text of the action here."
50
47
  )
51
48
  ```
52
49
 
@@ -69,10 +66,7 @@ Files::History.list_for_file(path,
69
66
 
70
67
  ```
71
68
  Files::History.list_for_folder(path,
72
- display: "Actual text of the action here.",
73
- per_page: 1,
74
- action: "create",
75
- page: 1
69
+ display: "Actual text of the action here."
76
70
  )
77
71
  ```
78
72
 
@@ -95,10 +89,7 @@ Files::History.list_for_folder(path,
95
89
 
96
90
  ```
97
91
  Files::History.list_for_user(user_id,
98
- display: "Actual text of the action here.",
99
- per_page: 1,
100
- action: "create",
101
- page: 1
92
+ display: "Actual text of the action here."
102
93
  )
103
94
  ```
104
95
 
@@ -121,10 +112,7 @@ Files::History.list_for_user(user_id,
121
112
 
122
113
  ```
123
114
  Files::History.list_logins(
124
- display: "Actual text of the action here.",
125
- per_page: 1,
126
- action: "create",
127
- page: 1
115
+ display: "Actual text of the action here."
128
116
  )
129
117
  ```
130
118
 
@@ -146,10 +134,7 @@ Files::History.list_logins(
146
134
 
147
135
  ```
148
136
  Files::History.list(
149
- display: "Actual text of the action here.",
150
- per_page: 1,
151
- action: "create",
152
- page: 1
137
+ display: "Actual text of the action here."
153
138
  )
154
139
  ```
155
140
 
@@ -38,7 +38,7 @@
38
38
  * `user_id` (int64): User ID
39
39
  * `file_id` (int64): File ID related to the action
40
40
  * `parent_id` (int64): ID of the parent folder
41
- * `path` (string): Path of the related action This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
41
+ * `path` (string): Path of the related action. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
42
42
  * `folder` (string): Folder in which the action occurred
43
43
  * `src` (string): File move originated from this path
44
44
  * `destination` (string): File moved to this destination folder
@@ -66,9 +66,6 @@
66
66
  ```
67
67
  Files::HistoryExportResult.list(
68
68
  user_id: 1,
69
- per_page: 1,
70
- action: "read",
71
- page: 1,
72
69
  history_export_id: 1
73
70
  )
74
71
  ```
@@ -27,8 +27,6 @@
27
27
 
28
28
  ```
29
29
  Files::InboxRecipient.list(
30
- per_page: 1,
31
- page: 1,
32
30
  inbox_id: 1
33
31
  )
34
32
  ```
@@ -41,8 +41,6 @@
41
41
 
42
42
  ```
43
43
  Files::InboxRegistration.list(
44
- per_page: 1,
45
- page: 1,
46
44
  folder_behavior_id: 1
47
45
  )
48
46
  ```
data/docs/inbox_upload.md CHANGED
@@ -11,7 +11,7 @@
11
11
  ```
12
12
 
13
13
  * `inbox_registration` (InboxRegistration):
14
- * `path` (string): Upload path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
14
+ * `path` (string): Upload path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
15
15
  * `created_at` (date-time): Upload date/time
16
16
 
17
17
 
@@ -21,8 +21,6 @@
21
21
 
22
22
  ```
23
23
  Files::InboxUpload.list(
24
- per_page: 1,
25
- page: 1,
26
24
  inbox_registration_id: 1,
27
25
  inbox_id: 1
28
26
  )
data/docs/invoice.md CHANGED
@@ -58,10 +58,7 @@
58
58
  ## List Invoices
59
59
 
60
60
  ```
61
- Files::Invoice.list(
62
- per_page: 1,
63
- page: 1
64
- )
61
+ Files::Invoice.list
65
62
  ```
66
63
 
67
64
  ### Parameters