From 85f472189a2ebe4a96480a728c53c91df830ecad Mon Sep 17 00:00:00 2001 From: Phil Renaud Date: Wed, 2 Nov 2022 23:33:41 -0400 Subject: [PATCH] Accidentally trailed off on a docs paragraph (#15118) --- website/content/api-docs/jobs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/api-docs/jobs.mdx b/website/content/api-docs/jobs.mdx index aefb12651..f0daa4026 100644 --- a/website/content/api-docs/jobs.mdx +++ b/website/content/api-docs/jobs.mdx @@ -46,7 +46,7 @@ The table below shows this endpoint's support for - `namespace` `(string: "default")` - Specifies the target namespace. Specifying `*` would return all jobs across all the authorized namespaces. -- `meta` `(bool: false)` - If set, jobs returned will include a [meta](/docs/job-specification/meta) field containing all +- `meta` `(bool: false)` - If set, jobs returned will include a [meta](/docs/job-specification/meta) field containing key-value pairs provided in the job specification's `meta` block. ### Sample Request