From c6007bc06ed5496ffc48a2e1948c1faae6c7a4f0 Mon Sep 17 00:00:00 2001 From: Joe Greubel Date: Sun, 12 Jan 2020 16:53:54 -0800 Subject: [PATCH] Correct resource name in query method section. Fixes #370. --- 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 8bc70ba43..8c90740b1 100644 --- a/src/main/asciidoc/repository-resources.adoc +++ b/src/main/asciidoc/repository-resources.adoc @@ -399,7 +399,7 @@ The query method resource runs the exposed query through an individual query met [[repository-resources.query-resource.supported-method]] === 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. [[repository-resources.query-resource.supported-method.get]] ==== `GET`