summaryrefslogtreecommitdiff
path: root/docs/reference/ingest.asciidoc
diff options
context:
space:
mode:
authorMichael Basnight <mbasnight@gmail.com>2017-09-14 14:24:03 -0500
committerGitHub <noreply@github.com>2017-09-14 14:24:03 -0500
commitf385e0cf2674aca919380bd5cfa4954ce1fd80b4 (patch)
tree30daaf5b24ff02f48f678b9f967c0b586b31531e /docs/reference/ingest.asciidoc
parent1ca0b5e9e46e29b884a32b45f52fb08d07f7cbf2 (diff)
Add bad_request to the rest-api-spec catch params (#26539)
This adds another request to the catch params. It also makes sure that the generic request param does not allow 400 either.
Diffstat (limited to 'docs/reference/ingest.asciidoc')
-rw-r--r--docs/reference/ingest.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/ingest.asciidoc b/docs/reference/ingest.asciidoc
index 7150bd3273..95ca46b421 100644
--- a/docs/reference/ingest.asciidoc
+++ b/docs/reference/ingest.asciidoc
@@ -31,7 +31,7 @@ PUT my-index/my-type/my-id?pipeline=my_pipeline_id
}
--------------------------------------------------
// CONSOLE
-// TEST[catch:request]
+// TEST[catch:bad_request]
See <<ingest-apis,Ingest APIs>> for more information about creating, adding, and deleting pipelines.