Update ConnectionCopy Pageput https://api.ragie.ai/connections/{connection_id}Updates a connections metadata or mode. These changes will be seen after the next sync.Path Paramsconnection_iduuidrequiredBody Paramspartition_strategystring | MediaModeParamrequiredPartition Strategy string | MediaModeParammetadataobjectMetadata for the document. Keys must be strings. Values may be strings, numbers, booleans, or lists of strings. Numbers may be integers or floating point and will be converted to 64 bit floating point. 1000 total values are allowed. Each item in an array counts towards the total. The following keys are reserved for internal use: document_id, document_type, document_source, document_name, document_uploaded_at, start_time, end_time, chunk_content_type.Metadata objectsync_filterobjectsync_filter objectpage_limitintegernull≥ 1The maximum number of pages a connection will sync. The connection will be disabled after this limit is reached. Some in process documents may continue processing. Remove the limit by setting to null.Responses 200Successful Response 401Unauthorized 402Payment Required 422Validation Error 429Too Many Requests 500Internal Server ErrorUpdated 24 days ago