diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/cat.circuit_breaker.json b/rest-api-spec/src/main/resources/rest-api-spec/api/cat.circuit_breaker.json index d9efb818189c4..2eed3a4784e03 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/cat.circuit_breaker.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/cat.circuit_breaker.json @@ -65,7 +65,18 @@ }, "h": { "type": "list", - "description": "Comma-separated list of column names to display" + "description": "Comma-separated list of column names to display", + "options": [ + "breaker", + "estimated", + "estimated_bytes", + "limit", + "limit_bytes", + "node_id", + "node_name", + "overhead", + "tripped" + ] }, "help": { "type": "boolean",