We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8880b4 commit ad8c6ccCopy full SHA for ad8c6cc
rest-api-spec/README.markdown
@@ -45,7 +45,7 @@ The specification contains:
45
* The _name_ of the API (`indices.create`), which usually corresponds to the client calls
46
* Link to the documentation at the <http://elastic.co> website
47
* `stability` indicating the state of the API, has to be declared explicitly or YAML tests will fail
48
- * `experimental` highly likely to break in the near future (minor/path), no bwc guarantees.
+ * `experimental` highly likely to break in the near future (minor/patch), no bwc guarantees.
49
Possibly removed in the future.
50
* `beta` less likely to break or be removed but still reserve the right to do so
51
* `stable` No backwards breaking changes in a minor
0 commit comments