v1
latestOpenAPI 3.0.02026-08-067074272.5 KBCustom Fields
Create a new custom field.
Create a custom field with the provided name.
post/dashboards/{dashboard_id}/fields
Path parameters
dashboard_idinteger required
Example:121
Id of dashboard
Request body
Example request
{
"name": "email"
}Response
The new custom field object.
Example response
{
"id": "750d2ef9-d818-4c27-be9f-09978e1b43ee",
"name": "Email"
}