Skip to content

Commit

Permalink
Update OpenAPI spec for v2 (Commit SHA: f00f225bf101b6cdaf491e9cb7a44…
Browse files Browse the repository at this point in the history
…af32edc6fdb)
  • Loading branch information
actions-user committed Dec 3, 2024
1 parent 1cbb542 commit cde6263
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions openapi-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1884,6 +1884,9 @@ components:
AccountResponse:
type: object
properties:
id:
type: integer
readOnly: true
name:
type: string
description: The name of the account
Expand Down Expand Up @@ -2039,9 +2042,6 @@ components:
readOnly: true
default: []
description: The user groups in the account
id:
type: integer
readOnly: true
created_at:
type: string
format: date-time
Expand Down Expand Up @@ -2232,6 +2232,9 @@ components:
ConnectionEncryptionResponse:
type: object
properties:
id:
type: integer
readOnly: true
account_id:
type: integer
description: The account the connection is associated with
Expand All @@ -2255,9 +2258,6 @@ components:
default: 1
description: A value of 1 means this entity is active and a value of 2 means
this entity is deleted
id:
type: integer
readOnly: true
required:
- id
ConnectionTypeEnum:
Expand Down Expand Up @@ -2457,6 +2457,9 @@ components:
EnvironmentV2Response:
type: object
properties:
id:
type: integer
readOnly: true
account_id:
type: integer
project_id:
Expand Down Expand Up @@ -2499,9 +2502,6 @@ components:
default: 1
description: A value of 1 means this entity is active and a value of 2 means
this entity is deleted
id:
type: integer
readOnly: true
created_at:
type: string
format: date-time
Expand Down Expand Up @@ -2905,6 +2905,9 @@ components:
HumanReadableJobDefinitionResponse:
type: object
properties:
id:
type: integer
readOnly: true
account_id:
type: integer
project_id:
Expand Down Expand Up @@ -3016,9 +3019,6 @@ components:
: 1,\n \"project_id\": 1,\n \"statuses\"\
: [10, 20],\n }\n }\n </pre>\n \
\ "
id:
type: integer
readOnly: true
created_at:
type: string
format: date-time
Expand Down Expand Up @@ -3225,6 +3225,9 @@ components:
InviteResponse:
type: object
properties:
id:
type: integer
readOnly: true
account_id:
type: integer
readOnly: true
Expand All @@ -3244,9 +3247,6 @@ components:
type: string
format: date-time
readOnly: true
id:
type: integer
readOnly: true
created_at:
type: string
format: date-time
Expand Down Expand Up @@ -3527,6 +3527,9 @@ components:
JobNotificationSettingsResponse:
type: object
properties:
id:
type: integer
readOnly: true
account_id:
type: integer
description: The account the job notification setting is associated with
Expand Down Expand Up @@ -3583,9 +3586,6 @@ components:
default: 1
description: A value of 1 means this entity is active and a value of 2 means
this entity is deleted
id:
type: integer
readOnly: true
created_at:
type: string
format: date-time
Expand Down Expand Up @@ -3948,6 +3948,9 @@ components:
ProjectResponse:
type: object
properties:
id:
type: integer
readOnly: true
name:
type: string
description: The name of the project
Expand Down Expand Up @@ -3981,9 +3984,6 @@ components:
freshness_job_id:
type: integer
description: The job used for source freshness generation
id:
type: integer
readOnly: true
created_at:
type: string
format: date-time
Expand Down Expand Up @@ -4178,6 +4178,9 @@ components:
RepositoryV2Response:
type: object
properties:
id:
type: integer
readOnly: true
account_id:
type: integer
description: The account the repo is associated with
Expand Down Expand Up @@ -4226,9 +4229,6 @@ components:
type: integer
private_link_endpoint_id:
type: string
id:
type: integer
readOnly: true
created_at:
type: string
format: date-time
Expand Down Expand Up @@ -4564,6 +4564,9 @@ components:
RunStepResponse:
type: object
properties:
id:
type: integer
readOnly: true
run_id:
type: integer
account_id:
Expand Down Expand Up @@ -4615,9 +4618,6 @@ components:
type: string
readOnly: true
description: A human-readable verison of the execution duration
id:
type: integer
readOnly: true
created_at:
type: string
format: date-time
Expand Down Expand Up @@ -4828,6 +4828,9 @@ components:
UserLicenseResponse:
type: object
properties:
id:
type: integer
readOnly: true
account_id:
type: integer
readOnly: true
Expand All @@ -4845,9 +4848,6 @@ components:
default: 1
description: A value of 1 means this entity is active and a value of 2 means
this entity is deleted
id:
type: integer
readOnly: true
created_at:
type: string
format: date-time
Expand Down Expand Up @@ -4899,6 +4899,9 @@ components:
UserResponse:
type: object
properties:
id:
type: integer
readOnly: true
first_name:
type: string
last_name:
Expand Down Expand Up @@ -4970,9 +4973,6 @@ components:
gitlab_token_retrieval_failure:
type: boolean
readOnly: true
id:
type: integer
readOnly: true
created_at:
type: string
format: date-time
Expand Down

0 comments on commit cde6263

Please sign in to comment.