Update connection metadata
Use this API endpoint to update your custom metadata for a connection. Nango uses the request body as the new metadata (it must be a JSON object). This will take in whatever metadata and merge it with any existing metadata.Fetching connection metadata
To read the existing metadata of a connection, simply fetch it. Your custom metadata is included as part of the returned connection object.Headers
The integration ID used to create the connection (aka Unique Key).
Path Parameters
The connection ID used to create the connection.
Body
application/json · object
Response
Successfully updated the metadata
The response is of type object
.