cURL
curl --request PUT \ --url https://api.honeycomb.io/1/boards/{boardId}/views/{viewId} \ --header 'Content-Type: application/json' \ --data ' { "name": "Errors View", "filters": [ { "column": "status", "operation": "=", "value": "error" } ] } '
{ "id": "eC_abc123", "name": "My View", "filters": [ { "column": "status", "operation": "=", "value": "error" } ] }
Update a Board View by specifying its ID and full details.
The unique identifier (ID) of a Board.
The unique identifier (ID) of a Board View.
The name of the view.
1 - 255
"My View"
The filters to apply to this view.
1
Show child attributes
Unique identifier for the board view.
"eC_abc123"
Success