Skip to content

Commit

Permalink
docs: add namespace param to job parse API
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Mar 10, 2022
1 parent 4cfe52f commit 06a6a89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/content/api-docs/jobs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,13 @@ The table below shows this endpoint's support for

### Parameters

- `namespace` `(string: "default")` - Specifies the target namespace. If ACL is
enabled, this value must match a namespace that the token is allowed to
access. This is specified as a query string parameter.

- `JobHCL` `(string: <required>)` - Specifies the HCL definition of the job
encoded in a JSON string.

- `Canonicalize` `(bool: false)` - Flag to enable setting any unset fields to
their default values.

Expand Down

0 comments on commit 06a6a89

Please sign in to comment.