Update Connection Proxy Settings

Enables or disables use of a connection through the Connection Proxy API. The setting is stored on the parent connection. To update proxy access for a shared connection, the caller must have edit permission for the parent connection. Enabling proxy access requires a backend that supports the Connection Proxy API. If the connection backend is unsupported, the request returns `400 Bad Request`. Disabling proxy access is allowed for any connection the caller can edit. Setting `enabled` to `false` prevents proxy calls for the connection.

Authentication

AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic

Basic organization-scoped API key

Path parameters

idstringRequiredformat: "uuid"
Unique identifier of the connection whose proxy settings should be updated.

Headers

X-Polytomic-VersionstringOptional

Request

This endpoint expects an object.
enabledbooleanRequired
Whether the connection can be used through the Connection Proxy API.

Response

OK
dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error