Skip to content

Commit

Permalink
Update OpenAPI spec for v3 (Commit SHA: 0e167c03b2b7319062d641de7febe…
Browse files Browse the repository at this point in the history
…81b24226dcd)
  • Loading branch information
actions-user committed Sep 26, 2024
1 parent 1326980 commit 4147e47
Showing 1 changed file with 6 additions and 41 deletions.
47 changes: 6 additions & 41 deletions openapi-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2622,7 +2622,7 @@ paths:
description: ''
/api/v3/accounts/{account_id}/projects/{project_id}/integrations/lineage/:
get:
operationId: List Integrations
operationId: List Lineage Integrations
parameters:
- in: path
name: account_id
Expand All @@ -2646,7 +2646,7 @@ paths:
$ref: '#/components/schemas/ListListLineageIntegrationResponseResponse'
description: ''
post:
operationId: Create Integration
operationId: Create Lineage Integration
parameters:
- in: path
name: account_id
Expand Down Expand Up @@ -2683,7 +2683,7 @@ paths:
description: ''
/api/v3/accounts/{account_id}/projects/{project_id}/integrations/lineage/{id}/:
get:
operationId: Get Integration
operationId: Get Lineage Integration
parameters:
- in: path
name: account_id
Expand Down Expand Up @@ -2712,7 +2712,7 @@ paths:
$ref: '#/components/schemas/GetLineageIntegrationResponse'
description: ''
patch:
operationId: Update Integration
operationId: Update Lineage Integration
parameters:
- in: path
name: account_id
Expand Down Expand Up @@ -2752,7 +2752,7 @@ paths:
$ref: '#/components/schemas/GetLineageIntegrationResponse'
description: ''
delete:
operationId: Delete Integration
operationId: Delete Lineage Integration
parameters:
- in: path
name: account_id
Expand Down Expand Up @@ -2806,44 +2806,9 @@ paths:
schema:
$ref: '#/components/schemas/ListListLineageIntegrationCollectionResponse'
description: ''
/api/v3/accounts/{account_id}/projects/{project_id}/integrations/lineage/{id}/collections/{collection_id}/:
get:
operationId: List collections from BI tool_2
parameters:
- in: path
name: account_id
schema:
type: integer
required: true
- in: path
name: collection_id
schema:
type: string
required: true
- in: path
name: id
schema:
type: integer
required: true
- in: path
name: project_id
schema:
type: integer
required: true
tags:
- Projects Integrations
security:
- BearerAuthentication: []
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/ListListLineageIntegrationCollectionResponse'
description: ''
/api/v3/accounts/{account_id}/projects/{project_id}/integrations/lineage/{id}/selections:
post:
operationId: Update Integration Selections
operationId: Update Lineage Integration Selections
parameters:
- in: path
name: account_id
Expand Down

0 comments on commit 4147e47

Please sign in to comment.