# Updates the destination connector for the given id. Endpoint: PUT /platform-config/v1/destinations/{destinationId} Version: 1.0.0 ## Path parameters: - `destinationId` (any, required) ## Request fields (application/json): - `connectorId` (string) Connector ID to update Example: "3fa85f64-5717-4562-b3fc-2c963f66afa6" - `tenantId` (string) Tenant ID of the user Example: "tenant-123" - `userId` (any) User ID of the requester Example: "user-456" - `description` (any) Description of the connector Example: "This is an updated sample connector" - `name` (any) Updated name of the connector Example: "Updated S3 Source" - `type` (any) Updated type of the connector Example: "s3" - `config` (any)