API ReferenceConnections
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
Authorization
RequiredBearer <token>Bearer token authentication required
In: header
Request Body
multipart/form-data
Requiredlinks
array<string>Array of links to process
files
array<file>Array of files to upload and process
metadata
stringOptional. A string containing JSON metadata, e.g., "{"name":"mine"}"
Path Parameters
id
RequiredstringThe unique identifier of the connection to update
Query Parameters
wait
booleanIf true, waits for the processing operation to complete before returning. Defaults to false if omitted.
Connection updated successfully