Skip to content

Commit a043056

Browse files
fix(docs): remove extraneous example object fields
1 parent 0703827 commit a043056

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/resources/custom-metadata-fields.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,7 @@ export class CustomMetadataFields extends APIResource {
3838
* const customMetadataField =
3939
* await client.customMetadataFields.update('id', {
4040
* label: 'price',
41-
* schema: {
42-
* type: 'Number',
43-
* minValue: 1000,
44-
* maxValue: 3000,
45-
* },
41+
* schema: { minValue: 1000, maxValue: 3000 },
4642
* });
4743
* ```
4844
*/

0 commit comments

Comments
 (0)