Associate a Global Credential With the Connector

patch

/process/api/v1/design/applications/{applicationName}/versions/{version}/connectors/{connectorId}/credentials/global/associate

Associates a global credential with a connectorId.

Request

Path Parameters
Supported Media Types
Request Body - multipart/form-data ()
Root Schema : schema
Type: object
Show Source
Nested Schema : UpdateCredentialRequest
Type: object
Request body for connector credential update
Show Source
Back to Top

Response

Supported Media Types

200 Response

Associated credential successfully updated
Body ()
Root Schema : Snapshots
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : Snapshot
Type: object
Show Source
Nested Schema : Audit
Type: object
Show Source

401 Response

Unauthorized

404 Response

Application not found.

409 Response

Connector is already locked by another user.

500 Response

An internal error occurred.
Back to Top