Create custom metadata field
POST https://api.imagekit.io/v1/customMetadataFields
Request Body
{"name"=>"price", "label"=>"price", "schema"=>{"type"=>"Number", "minValue"=>1000, "maxValue"=>3000}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |