OpenAPI 3.0.02026-08-0645003.8 MB

2e5445f30576

Connect Settings

Create Secret

Create a new secret for a given service.

The Example model contains models for all services that can be created. When calling this endpoint for a specific service, only the credentials for that service should be provided in the payload.

The payload should be structured with the credentials inside a 'credentials' key. For example, for an S3 integration:

{ "credentials": { "alias": "my-s3-integration", "target": "my-target", "name": "my-bucket-name" } }

Not all fields from all_input_models need to be sent in the payload, only those relevant to the specific service being created.

Response will be the instance credentials that was created.

post/connect/settings/{service}

Parameters

#/paths/~1connect~1settings~1%7Bservice%7D/get/parameters/0 — unresolved $ref
#/paths/~1connect~1settings~1apikeys/get/parameters/1 — unresolved $ref

Request body

Response

Created

statusCodeinteger

HTTP status code.