File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 * deprecate dataset_version
5858 * In ResetConfiguration, change the value for the "dataset" key to a url.
5959
60+ 1.2.2 (09/19/2025)
61+ * Add headers property to ReplicatorConfiguration
62+
6063 1.2.1 (06/04/2025)
6164 * Add authenticator property to [/startMultipeerReplicator](#operation/startMultipeerReplicator)
6265
@@ -1180,6 +1183,12 @@ components:
11801183 description : The default is true.
11811184 type : boolean
11821185 example : false
1186+ headers :
1187+ description : HTTP headers to add to the request to the remote server.
1188+ type : object
1189+ additionalProperties :
1190+ type : string
1191+ example : {'header1': 'value1', 'header2': 'value2'}
11831192 pinnedServerCert :
11841193 description : The PEM representation of the TLS certificate that the remote is using
11851194 type : string
You can’t perform that action at this time.
0 commit comments