From 248849867ad1329c26e7540d8208cd70e6c48d4b Mon Sep 17 00:00:00 2001 From: Joe Greubel Date: Sun, 12 Jan 2020 16:53:54 -0800 Subject: [PATCH] [docs] Correct resource name in query method section I believe this is supposed to say "query method resource" instead of "search resource" since it is in the query method resource section. I believe it said "search" because it was copied from the search resource section above. --- src/main/asciidoc/repository-resources.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/repository-resources.adoc b/src/main/asciidoc/repository-resources.adoc index 962d6d6c12..5b30298c23 100644 --- a/src/main/asciidoc/repository-resources.adoc +++ b/src/main/asciidoc/repository-resources.adoc @@ -380,7 +380,7 @@ The query method resource runs the exposed query through an individual query met === Supported HTTP Methods -As the search resource is a read-only resource, it supports `GET` only. +As the query method resource is a read-only resource, it supports `GET` only. ==== `GET`