Connections
Update specific connection
Updates a connection for the authenticated user, identified by the connection ID. Processes associated files and links, optionally waiting for processing to complete if specified.
Authorization
AuthorizationRequiredBearer <token>Bearer token authentication required
In: header
Request Body
multipart/form-dataRequiredlinksarray<string>Array of links to process
filesarray<file>Array of files to upload and process
metadatastringOptional. A string containing JSON metadata, e.g., "{"name":"mine"}"
Path Parameters
idRequiredstringThe unique identifier of the connection to update
Query Parameters
waitbooleanIf true, waits for the processing operation to complete before returning. Defaults to false if omitted.
Connection updated successfully