Open pmuellr opened 4 hours ago
We are working on a new feature where we have a POST route whose body is an array. Unfortunately, it doesn't appear we can use this in Dev Tools:
POST
POST kbn:/internal/alerting/rules/backfill/_schedule [{ "rule_id": "ef89a4a7-e374-4a6d-91fd-9dc9278eb36c", "start": "2024-11-14T16:49:00Z" }]
The left bracket has a red squiggly, and the method/url and body are treated as separate things, instead of being a single thing.
Pinging @elastic/kibana-management (Team:Kibana Management)
We are working on a new feature where we have a
POST
route whose body is an array. Unfortunately, it doesn't appear we can use this in Dev Tools:The left bracket has a red squiggly, and the method/url and body are treated as separate things, instead of being a single thing.