Update connection
Update an existing connection owned by the caller.
Authorizations
Enter your JWT token
Path Parameters
The identifier of the connection to update.
Body
The fields to update on the connection.
Request body for updating a connection; null members are left unchanged.
New display name; null leaves it unchanged.
New description; null leaves it unchanged.
Connection field values to update, keyed by field name; null leaves them unchanged.
Metadata to update, keyed by name; null leaves it unchanged.
Response
The updated connection.
Public-shape detail for /api/DeveloperAPI/v1/Connections/{id} and create/update responses.
Identifier of the connection.
Display name of the connection.
Slug of the connection's application.
Whether the connection is shared/public.
Identifier of the user who created the connection.
When the connection was created.
Description of the connection.
Display name of the connection's application.
URL of the application's logo image.
Identifier of the user who last updated the connection; null if never updated.
When the connection was last updated; null if never updated.
Identifier of the authentication method used by the connection.
Name of the authentication type used by the connection.
Connection field values, keyed by field name (sensitive values may be masked).
Whether the connection uses selected database objects.
Last connection error message, if any.
Whether the connection is currently healthy/reachable.
Additional connection metadata, keyed by name.