Skip to content

Commit c2d983e

Browse files
feat(api): updated docs
1 parent b24e025 commit c2d983e

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 42
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-1499148ce5fc81b4d8c8b3eaadf7adfaf54df5fa0b3a0452c3f5ef0dfe884a95.yml
3-
openapi_spec_hash: e91526b143d3e696bef2b4d0ea3aa2b4
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-8d944c932f09191791cc09e90ebf8142e523c0a6dd82ae9d1dbd7ff884acfc4b.yml
3+
openapi_spec_hash: 179e38a7a472a5f98d17aed41099cbfd
44
config_hash: e42d7fc3a8c92c35099cc283f9a4467a

lib/imagekit/models/custom_metadata_field_list_params.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ class CustomMetadataFieldListParams < Imagekit::Internal::Type::BaseModel
99

1010
# @!attribute folder_path
1111
# The folder path (e.g., `/path/to/folder`) for which to retrieve applicable
12-
# custom metadata fields.
13-
# Useful for determining path-specific field selections when the
14-
# [Path policy](https://imagekit.io/docs/dam/path-policy) feature is in use.
12+
# custom metadata fields. Useful for determining path-specific field selections
13+
# when the [Path policy](https://imagekit.io/docs/dam/path-policy) feature is in
14+
# use.
1515
#
1616
# @return [String, nil]
1717
optional :folder_path, String

rbi/imagekit/models/custom_metadata_field_list_params.rbi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ module Imagekit
1515
end
1616

1717
# The folder path (e.g., `/path/to/folder`) for which to retrieve applicable
18-
# custom metadata fields.
19-
# Useful for determining path-specific field selections when the
20-
# [Path policy](https://imagekit.io/docs/dam/path-policy) feature is in use.
18+
# custom metadata fields. Useful for determining path-specific field selections
19+
# when the [Path policy](https://imagekit.io/docs/dam/path-policy) feature is in
20+
# use.
2121
sig { returns(T.nilable(String)) }
2222
attr_reader :folder_path
2323

@@ -40,9 +40,9 @@ module Imagekit
4040
end
4141
def self.new(
4242
# The folder path (e.g., `/path/to/folder`) for which to retrieve applicable
43-
# custom metadata fields.
44-
# Useful for determining path-specific field selections when the
45-
# [Path policy](https://imagekit.io/docs/dam/path-policy) feature is in use.
43+
# custom metadata fields. Useful for determining path-specific field selections
44+
# when the [Path policy](https://imagekit.io/docs/dam/path-policy) feature is in
45+
# use.
4646
folder_path: nil,
4747
# Set it to `true` to include deleted field objects in the API response.
4848
include_deleted: nil,

rbi/imagekit/resources/custom_metadata_fields.rbi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ module Imagekit
7272
end
7373
def list(
7474
# The folder path (e.g., `/path/to/folder`) for which to retrieve applicable
75-
# custom metadata fields.
76-
# Useful for determining path-specific field selections when the
77-
# [Path policy](https://imagekit.io/docs/dam/path-policy) feature is in use.
75+
# custom metadata fields. Useful for determining path-specific field selections
76+
# when the [Path policy](https://imagekit.io/docs/dam/path-policy) feature is in
77+
# use.
7878
folder_path: nil,
7979
# Set it to `true` to include deleted field objects in the API response.
8080
include_deleted: nil,

0 commit comments

Comments
 (0)