From 2e31bbe333619db96d9fa3b29584efd61a58ae15 Mon Sep 17 00:00:00 2001 From: Nick Ethier Date: Mon, 16 Apr 2018 19:19:02 -0400 Subject: [PATCH] website: add standard blocking query/ACL table to jobs/parse ep --- website/source/api/jobs.html.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/source/api/jobs.html.md b/website/source/api/jobs.html.md index cd4191891..64faa690f 100644 --- a/website/source/api/jobs.html.md +++ b/website/source/api/jobs.html.md @@ -240,6 +240,14 @@ job. | ------ | ------------------------- | -------------------------- | | `POST` | `/v1/jobs/parse` | `application/json` | +The table below shows this endpoint's support for +[blocking queries](/api/index.html#blocking-queries) and +[required ACLs](/api/index.html#acls). + +| Blocking Queries | ACL Required | +| ---------------- | ------------ | +| `NO` | `NONE` | + ### Parameters - `JobHCL` `(string: )` - Specifies the HCL definition of the job