> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Edit Connection

Edit an existing Blink connection.

<Note>
  A connection cannot be changed to Oauth using this action.
</Note>

## Parameters

<div className="integrations-table">
  | Parameter              | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
  | ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Connection Attributes  | A JSON object of the required connection's details of the following form:<br /><pre><code>\{"attribute1":\{"value": "somevalue1"}, "attribute2":\{"value": "somevalue2"}, "attribute3":\{"value": "somevalue3"}}</code></pre><br />Note: All attributes must be present regardless of whether they are changed or not.<br />To list the required attributes, use the "Get Connection Type" action and find the list of attributes under your chosen Creation Method. |
  | Connection Description | The updated connection description.                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  | Connection ID          | The connection to edit.                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  | Connection Type ID     | The type of Blink connection.                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  | Creation Method        | The connection creation method you would like to use for the edited connection.                                                                                                                                                                                                                                                                                                                                                                                      |
  | Workspace ID           | The workspace in which the connection was created.                                                                                                                                                                                                                                                                                                                                                                                                                   |
</div>

## Example Output

```json theme={"dark"}
22bcacf8-54ba-4909-b5cb-f5ddb0409b38
```

## Workflow Library Example

[Edit Connection with Blink and Send Results Via Email](https://library.blinkops.com/workflows/edit-connection-with-blink-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/edit-connection-with-blink-and-send-results-via-email/canvas" />
</div>
