Skip to content

Commit

Permalink
Update OpenAPI spec for v2 (Commit SHA: 207e8c81e4e776ae7b27703fd52ca…
Browse files Browse the repository at this point in the history
…3ac4994fe8b)
  • Loading branch information
actions-user committed Jan 14, 2025
1 parent 68641e1 commit a437c29
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions openapi-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,13 @@ paths:
name: environment_id
schema:
type: integer
- in: query
name: include_related
schema:
type: string
description: A list of related objects to include in the response. Valid values
are `environment`, `custom_environment_variables`, `most_recent_run`, and
`most_recent_completed_run.
- in: query
name: is_system
schema:
Expand Down Expand Up @@ -754,6 +761,13 @@ paths:
schema:
type: integer
required: true
- in: query
name: include_related
schema:
type: string
description: A list of related objects to include in the response. Valid values
are `environment`, `custom_environment_variables`, `most_recent_run`, and
`most_recent_completed_run.
tags:
- Jobs
security:
Expand Down

0 comments on commit a437c29

Please sign in to comment.