Skip to content

Commit

Permalink
[VAN-124790] Updated specification
Browse files Browse the repository at this point in the history
  • Loading branch information
timur-malikov_visier committed Jul 27, 2024
1 parent b019f90 commit 360f4d1
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions res/data-in-apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1269,40 +1269,6 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Status'
/v1/op/data-connector-credentials/{id}:
delete:
tags:
- DataAndJobHandling
summary: Delete a connector credential
description: |-
Use this API to delete connector credentials from your tenants. Credentials that are no longer valid
should be deleted.
operationId: DataAndJobHandling_DeleteConnectorCredential
parameters:
- name: id
in: path
description: The credentialId of the credential you want to delete.
required: true
schema:
type: string
- name: tenantCode
in: query
description: The tenant code of the analytic tenant in which the credential you're deleting.
schema:
type: string
responses:
"200":
description: OK
content:
application/json:
schema:
type: string
default:
description: Default error response
content:
application/json:
schema:
$ref: '#/components/schemas/Status'
/v1/data/directloads/{draftId}/transactions/{transactionId}/{objectName}:
put:
tags:
Expand Down Expand Up @@ -1345,7 +1311,41 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/DirectDataUploadFileResponseDTO'
$ref: "#/components/schemas/DirectDataUploadFileResponseDTO"
default:
description: Default error response
content:
application/json:
schema:
$ref: "#/components/schemas/Status"
/v1/op/data-connector-credentials/{id}:
delete:
tags:
- DataAndJobHandling
summary: Delete a connector credential
description: |-
Use this API to delete connector credentials from your tenants. Credentials that are no longer valid
should be deleted.
operationId: DataAndJobHandling_DeleteConnectorCredential
parameters:
- name: id
in: path
description: The credentialId of the credential you want to delete.
required: true
schema:
type: string
- name: tenantCode
in: query
description: The tenant code of the analytic tenant in which the credential you're deleting.
schema:
type: string
responses:
"200":
description: OK
content:
application/json:
schema:
type: string
default:
description: Default error response
content:
Expand Down

0 comments on commit 360f4d1

Please sign in to comment.