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.
leaf_type_display_name
1 parent 9290227 commit 3ffeda2Copy full SHA for 3ffeda2
fern/docs/pages/custom-objects.mdx
@@ -34,6 +34,9 @@ curl --location 'https://api.devrev.ai/schemas.custom.set' \
34
"type": "tenant_fragment",
35
"description": "Attributes for Campaign",
36
"leaf_type": "campaign",
37
+ "leaf_type_display_name": "Campaign",
38
+ "is_custom_leaf_type": true,
39
+ "id_prefix": "CAMP"
40
"fields": [
41
{
42
"name": "name",
@@ -64,9 +67,7 @@ curl --location 'https://api.devrev.ai/schemas.custom.set' \
64
67
"Students"
65
68
]
66
69
}
- ],
- "is_custom_leaf_type": true,
- "id_prefix": "CAMP"
70
+ ]
71
}'
72
```
73
0 commit comments