Accidentally trailed off on a docs paragraph (#15118)

This commit is contained in:
Phil Renaud 2022-11-02 23:33:41 -04:00 committed by GitHub
parent ffb4c63af7
commit ab5bfa8149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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