We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stock_field_overrides
1 parent 9d8db91 commit 4282eecCopy full SHA for 4282eec
fern/docs/pages/customization.mdx
@@ -430,22 +430,22 @@ curl --location 'https://api.devrev.ai/internal/schemas.custom.set' \
430
"uenum_values": [
431
{
432
"id": 1,
433
- "label": "Low",
+ "label": "Blocker",
434
"ordinal": 1
435
},
436
437
"id": 2,
438
- "label": "Medium",
+ "label": "High",
439
"ordinal": 2
440
441
442
"id": 3,
443
- "label": "High",
+ "label": "Medium",
444
"ordinal": 3
445
446
447
"id": 4,
448
- "label": "Blocker",
+ "label": "Low",
449
"ordinal": 4
450
}
451
],
0 commit comments