add backlink from config to cluster settings API (#1261)

this way the detailed documentation of the API can be found more easily
when browsing the general configuration documentation.

Co-authored-by: Naarcha-AWS <naarcha@amazon.com>
Signed-off-by: Ralph Ursprung <Ralph.Ursprung@avaloq.com>

Signed-off-by: Ralph Ursprung <Ralph.Ursprung@avaloq.com>
Co-authored-by: Naarcha-AWS <naarcha@amazon.com>
This commit is contained in:
Ralph Ursprung 2022-09-21 20:18:39 +02:00 committed by GitHub
parent 0f9543e586
commit 45ef911be1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ PUT _cluster/settings
}
```
For more information on the Cluster Settings API, see the [Cluster Settings API]({{site.url}}{{site.baseurl}}/opensearch/rest-api/cluster-settings/) documentation.
---