v1
latestOpenAPI 3.0.02026-08-067074272.5 KBKeywords
Creates a new keyword
Creates a new keyword with the provided name.
post/dashboards/{dashboard_id}/keywords
Path parameters
dashboard_idinteger required
Example:121
Id of dashboard
Request body
Example request
{
"keyword_value": "Employees",
"response": "This list will hold all current employees."
}Response
The new group.
Example response
{
"id": 121,
"keyword_value": "Employees",
"date_created": "2022-01-12T19:19:11.8032151Z",
"group_id": 1
}