From a66124c8da12fa4a0d80a69419b64a8e0f920f9f Mon Sep 17 00:00:00 2001 From: Jim Borden Date: Fri, 19 Sep 2025 10:37:52 +0900 Subject: [PATCH] Add headers property to ReplicatorConfiguration --- spec/api/api.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/spec/api/api.yaml b/spec/api/api.yaml index 48898c027..4cb285d19 100644 --- a/spec/api/api.yaml +++ b/spec/api/api.yaml @@ -57,6 +57,9 @@ info: * deprecate dataset_version * In ResetConfiguration, change the value for the "dataset" key to a url. + 1.2.2 (09/19/2025) + * Add headers property to ReplicatorConfiguration + 1.2.1 (06/04/2025) * Add authenticator property to [/startMultipeerReplicator](#operation/startMultipeerReplicator) @@ -1180,6 +1183,12 @@ components: description: The default is true. type: boolean example: false + headers: + description: HTTP headers to add to the request to the remote server. + type: object + additionalProperties: + type: string + example: {'header1': 'value1', 'header2': 'value2'} pinnedServerCert: description: The PEM representation of the TLS certificate that the remote is using type: string