From 11e550661edaf4a67ba8eb763bf194481270e608 Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Tue, 19 May 2020 10:06:43 -0400 Subject: [PATCH] docs: update snippet to include summary namespace --- website/pages/api-docs/jobs.mdx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/website/pages/api-docs/jobs.mdx b/website/pages/api-docs/jobs.mdx index 53f560204..c7195907f 100644 --- a/website/pages/api-docs/jobs.mdx +++ b/website/pages/api-docs/jobs.mdx @@ -31,10 +31,8 @@ The table below shows this endpoint's support for an index prefix. This is specified as a query string parameter. - `all_namespaces` `(bool: false)` - Specifies whether to return the all - known jobs across all namespaces. When set to `true`, the list stubs will - contain a `Namespace` field indicating the job namespace. - The option requires `namespace:list-jobs` ACL capability on all existing - namespaces. + known jobs across all namespaces the token has `namespace:list-jobs` ACL + capability on. ### Sample Request @@ -60,6 +58,7 @@ The table below shows this endpoint's support for "StatusDescription": "", "JobSummary": { "JobID": "example", + "Namespace": "default", "Summary": { "cache": { "Queued": 1,