You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get the custom metadata fields as per the [API documentation here](https://docs.imagekit.io/api-reference/custom-metadata-fields-api/get-custom-metadata-field)
618
618
619
619
```ruby
620
-
imagekitio.get_custom_metadata_field(
620
+
imagekitio.get_custom_metadata_fields(
621
621
include_deleted:true#optional
622
622
)
623
623
```
@@ -629,7 +629,7 @@ Update custom metadata fields as per the [API documentation here](https://docs.i
629
629
```ruby
630
630
imagekitio.update_custom_metadata_field(
631
631
id:'5e21880d5efe355febd4bccd', #field_id
632
-
label:'custom-price',
632
+
label:'custom-price',#Either label or schema or both should be given
0 commit comments