Skip to content

Commit

Permalink
Add diff_version to API jobs list job versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeeu committed Oct 9, 2024
1 parent eb3eb83 commit 27ccb89
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/content/api-docs/jobs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,11 @@ The table below shows this endpoint's support for
### Parameters

- `diffs` `(bool: false)` - Specifies if the Diffs field should be populated,
containing the structured diff between the current and last job version.
containing the structured diff between the current and last job version. This
is specified as a query string parameter.

- `diff_version` `(int: <optional>)`: When `diffs=true`, this is the version
to compare the other versions to. This is specified as a query string parameter.

- `:job_id` `(string: <required>)` - Specifies the ID of the job. This is
specified as part of the path.
Expand Down

0 comments on commit 27ccb89

Please sign in to comment.