Skip to content

Commit 929da1c

Browse files
authored
docs: update stock_field_overrides to keep the ordering consistent (#227)
This confused a customer who happened to apply these exact same overrides for severity_v2.
1 parent 9d8db91 commit 929da1c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fern/docs/pages/customization.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -430,22 +430,22 @@ curl --location 'https://api.devrev.ai/internal/schemas.custom.set' \
430430
"uenum_values": [
431431
{
432432
"id": 1,
433-
"label": "Low",
433+
"label": "Blocker",
434434
"ordinal": 1
435435
},
436436
{
437437
"id": 2,
438-
"label": "Medium",
438+
"label": "High",
439439
"ordinal": 2
440440
},
441441
{
442442
"id": 3,
443-
"label": "High",
443+
"label": "Medium",
444444
"ordinal": 3
445445
},
446446
{
447447
"id": 4,
448-
"label": "Blocker",
448+
"label": "Low",
449449
"ordinal": 4
450450
}
451451
],

0 commit comments

Comments
 (0)