Skip to content

Commit c16e257

Browse files
docs: correct typo in default value description for custom metadata field
1 parent 557f058 commit c16e257

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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-7a42233daaf82345cc6d92cc49d4885126176b014c05ea0618c035869319fe53.yml
3-
openapi_spec_hash: c41b1b6062b7c2ea548b16e0462aa358
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc%2Fimagekit-aa4c8e857ae03b12dabf168c83c62f759e2706d69fa4eb77d11519d45a5dada2.yml
3+
openapi_spec_hash: 6ea00242c4685fb6422328f0dd53f9b1
44
config_hash: e42d7fc3a8c92c35099cc283f9a4467a

lib/imagekit/models/custom_metadata_field.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Schema < Imagekit::Internal::Type::BaseModel
5454
required :type, enum: -> { Imagekit::CustomMetadataField::Schema::Type }
5555

5656
# @!attribute default_value
57-
# The default value for this custom metadata field. Date type of default value
57+
# The default value for this custom metadata field. Data type of default value
5858
# depends on the field type.
5959
#
6060
# @return [String, Float, Boolean, Array<String, Float, Boolean>, nil]
@@ -122,7 +122,7 @@ class Schema < Imagekit::Internal::Type::BaseModel
122122
#
123123
# @param type [Symbol, Imagekit::Models::CustomMetadataField::Schema::Type] Type of the custom metadata field.
124124
#
125-
# @param default_value [String, Float, Boolean, Array<String, Float, Boolean>] The default value for this custom metadata field. Date type of default value dep
125+
# @param default_value [String, Float, Boolean, Array<String, Float, Boolean>] The default value for this custom metadata field. Data type of default value dep
126126
#
127127
# @param is_value_required [Boolean] Specifies if the this custom metadata field is required or not.
128128
#
@@ -154,7 +154,7 @@ module Type
154154
# @return [Array<Symbol>]
155155
end
156156

157-
# The default value for this custom metadata field. Date type of default value
157+
# The default value for this custom metadata field. Data type of default value
158158
# depends on the field type.
159159
#
160160
# @see Imagekit::Models::CustomMetadataField::Schema#default_value

rbi/imagekit/models/custom_metadata_field.rbi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ module Imagekit
8282
end
8383
attr_accessor :type
8484

85-
# The default value for this custom metadata field. Date type of default value
85+
# The default value for this custom metadata field. Data type of default value
8686
# depends on the field type.
8787
sig do
8888
returns(
@@ -200,7 +200,7 @@ module Imagekit
200200
def self.new(
201201
# Type of the custom metadata field.
202202
type:,
203-
# The default value for this custom metadata field. Date type of default value
203+
# The default value for this custom metadata field. Data type of default value
204204
# depends on the field type.
205205
default_value: nil,
206206
# Specifies if the this custom metadata field is required or not.
@@ -302,7 +302,7 @@ module Imagekit
302302
end
303303
end
304304

305-
# The default value for this custom metadata field. Date type of default value
305+
# The default value for this custom metadata field. Data type of default value
306306
# depends on the field type.
307307
module DefaultValue
308308
extend Imagekit::Internal::Type::Union

0 commit comments

Comments
 (0)