b9707c29a1
The current response format is: ``` { "pattern1": { ... }, "pattern2": { ... } } ``` The new format is: ``` { "patterns": [ { "name": "pattern1", "pattern": { ... } }, { "name": "pattern2", "pattern": { ... } } ] } ``` This format is more structured and more friendly for parsing and generating specs. This is a breaking change, but it is better to do this now while ccr is still a beta feature than later. Follow up from #36049 |
||
---|---|---|
.. | ||
apis | ||
auto-follow.asciidoc | ||
getting-started.asciidoc | ||
index.asciidoc | ||
overview.asciidoc | ||
requirements.asciidoc |