Skip to content

Commit 3e4f342

Browse files
authored
Add headers property to ReplicatorConfiguration (#248)
1 parent 7f027b2 commit 3e4f342

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

spec/api/api.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ info:
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

0 commit comments

Comments
 (0)