files.com 1.1.730 → 1.1.731

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 27d74f027cffc2e30423219f6a1a1e32da95a49cc0f5a279ee7942f5a0d81d01
4
- data.tar.gz: 972ec8212266d73dec19855e2285ef5644658d1c6a77014b414d6cab9e9aec07
3
+ metadata.gz: 3f40fa00c80dc832789f750ba194739c7486b2215ef83798c663830bca706368
4
+ data.tar.gz: 623a0815ae9862b17a5a9afe9f8fc26ad5f9693331e6f59c491e2e26ff8e16dd
5
5
  SHA512:
6
- metadata.gz: 2f82c22231dd60e7345aa693f88f0cd7123709d79bf62b4437a947661d43e1403f2b5f14ca7a3b966e9fa3b7c6c99e0b9bce0eeb69588daf0e0209f0c822779e
7
- data.tar.gz: 50fb711d4b4cb1ecb7950a9b5e8be4985ae6a1004a2493f1d8f59c0250aa55b308d9226b8ac2875a4671ba327bf3a2594c113674c4057cad87928b120f87448f
6
+ metadata.gz: 5b1caf13b08e3aa20561131e036bf117862c2f6301cd5cd1e605b3f40cb1cb0ec86c58724746a0c5c62b3c9659b1640ed8d660de20fc0e234342b29943941cc6
7
+ data.tar.gz: 6118651915d6dbc4938c8fbcc6992bb1528f49b4b3df9ef62e5ad5853871ec60427918569f245138a8cdaeedffd5fc6e939ae5fad92b86962982e897cb4ed9ac
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.730
1
+ 1.1.731
data/docs/api_key.md CHANGED
@@ -43,7 +43,7 @@
43
43
  * `url` (string): URL for API host.
44
44
  * `user_id` (int64): User ID for the owner of this API Key. May be blank for Site-wide API Keys.
45
45
  * `workspace_id` (int64): Workspace ID for this API Key. `0` means the default workspace.
46
- * `path` (string): Folder path restriction for `office_integration` permission set API keys.
46
+ * `path` (string): Restricts this API key to the specified folder and its descendants. Applies to every permission set and all paths accessed by a request, including copy and move destinations. Does not grant access beyond the owning user's permissions. Optional except for `office_integration` keys, which require a path the owning user can read.
47
47
 
48
48
 
49
49
  ---
@@ -115,7 +115,7 @@ Files::ApiKey.create(
115
115
  * `expires_at` (string): API Key expiration date
116
116
  * `name` (string): Required - Internal name for the API Key. For your use.
117
117
  * `aws_style_credentials` (boolean): If `true`, this API key will be usable with AWS-compatible endpoints, such as our Inbound S3-compatible endpoint.
118
- * `path` (string): Folder path restriction for `office_integration` permission set API keys.
118
+ * `path` (string): Restricts this API key to the specified folder and its descendants. Applies to every permission set and all paths accessed by a request, including copy and move destinations. Does not grant access beyond the owning user's permissions. Optional except for `office_integration` keys, which require a path the owning user can read.
119
119
  * `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). Keys with the `office_integration` permission set are auto generated, and automatically expire, to allow users to interact with office integration platforms. Keys with the `files_only` permission set can perform file operations as a full-access file user in the key's workspace scope, but cannot use site admin, workspace admin, folder admin, group admin, partner admin, or billing privileges from the owning user.
120
120
  * `workspace_id` (int64): Workspace ID for this API Key. `0` means the default workspace.
121
121
 
@@ -167,7 +167,7 @@ module Files
167
167
  @attributes[:workspace_id] = value
168
168
  end
169
169
 
170
- # string - Folder path restriction for `office_integration` permission set API keys.
170
+ # string - Restricts this API key to the specified folder and its descendants. Applies to every permission set and all paths accessed by a request, including copy and move destinations. Does not grant access beyond the owning user's permissions. Optional except for `office_integration` keys, which require a path the owning user can read.
171
171
  def path
172
172
  @attributes[:path]
173
173
  end
@@ -276,7 +276,7 @@ module Files
276
276
  # expires_at - string - API Key expiration date
277
277
  # name (required) - string - Internal name for the API Key. For your use.
278
278
  # aws_style_credentials - boolean - If `true`, this API key will be usable with AWS-compatible endpoints, such as our Inbound S3-compatible endpoint.
279
- # path - string - Folder path restriction for `office_integration` permission set API keys.
279
+ # path - string - Restricts this API key to the specified folder and its descendants. Applies to every permission set and all paths accessed by a request, including copy and move destinations. Does not grant access beyond the owning user's permissions. Optional except for `office_integration` keys, which require a path the owning user can read.
280
280
  # 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). Keys with the `office_integration` permission set are auto generated, and automatically expire, to allow users to interact with office integration platforms. Keys with the `files_only` permission set can perform file operations as a full-access file user in the key's workspace scope, but cannot use site admin, workspace admin, folder admin, group admin, partner admin, or billing privileges from the owning user.
281
281
  # workspace_id - int64 - Workspace ID for this API Key. `0` means the default workspace.
282
282
  def self.create(params = {}, options = {})
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.730"
4
+ VERSION = "1.1.731"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.730
4
+ version: 1.1.731
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-09-17 00:00:00.000000000 Z
11
+ date: 2026-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable