Skip to content

Commit 3ffeda2

Browse files
committed
Add leaf_type_display_name in custom object schema
1 parent 9290227 commit 3ffeda2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

fern/docs/pages/custom-objects.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ curl --location 'https://api.devrev.ai/schemas.custom.set' \
3434
"type": "tenant_fragment",
3535
"description": "Attributes for Campaign",
3636
"leaf_type": "campaign",
37+
"leaf_type_display_name": "Campaign",
38+
"is_custom_leaf_type": true,
39+
"id_prefix": "CAMP"
3740
"fields": [
3841
{
3942
"name": "name",
@@ -64,9 +67,7 @@ curl --location 'https://api.devrev.ai/schemas.custom.set' \
6467
"Students"
6568
]
6669
}
67-
],
68-
"is_custom_leaf_type": true,
69-
"id_prefix": "CAMP"
70+
]
7071
}'
7172
```
7273

0 commit comments

Comments
 (0)