Skip to content

Commit

Permalink
Update OpenAPI spec for v3 (Commit SHA: c9e727242acb87095468ccff4a983…
Browse files Browse the repository at this point in the history
…51f2941b2bd)
  • Loading branch information
actions-user committed Sep 26, 2024
1 parent 4147e47 commit 2653bd6
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions openapi-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1971,13 +1971,13 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/CustomEnvironmentVariableRequest'
$ref: '#/components/schemas/CustomEnvironmentVariableBulkRequestRequest'
application/x-www-form-urlencoded:
schema:
$ref: '#/components/schemas/CustomEnvironmentVariableRequest'
$ref: '#/components/schemas/CustomEnvironmentVariableBulkRequestRequest'
multipart/form-data:
schema:
$ref: '#/components/schemas/CustomEnvironmentVariableRequest'
$ref: '#/components/schemas/CustomEnvironmentVariableBulkRequestRequest'
required: true
security:
- BearerAuthentication: []
Expand All @@ -1986,7 +1986,13 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/CustomEnvironmentVariableEnveloped'
$ref: '#/components/schemas/CustomEnvironmentVariableBulkResponseListEnveloped'
description: ''
'400':
content:
application/json:
schema:
$ref: '#/components/schemas/CustomEnvironmentVariableBulkResponseFailListEnveloped'
description: ''
delete:
operationId: Destroy Projects Environment Variables Bulk
Expand Down

0 comments on commit 2653bd6

Please sign in to comment.