diff --git a/openapi-v3.yaml b/openapi-v3.yaml index af9dc35..620879d 100644 --- a/openapi-v3.yaml +++ b/openapi-v3.yaml @@ -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: [] @@ -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