We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5c540 commit 5aed5cdCopy full SHA for 5aed5cd
src/api/server/common.rst
@@ -486,6 +486,9 @@
486
should occur (protocol can be "http" or "socks5")
487
:<json string source: Source database name or URL
488
:<json string target: Target database name or URL
489
+ :<json object headers: Object with header info in key value pairs.
490
+ Eg: {"Authorization": "Basic Ym9iQGV4YW1wbGUuY29tOnBhc3N3b3Jk",
491
+ "header_name_2": "header_value_2",...}.
492
:>header Content-Type: - :mimetype:`application/json`
493
- :mimetype:`text/plain; charset=utf-8`
494
:>json array history: Replication history (see below)
0 commit comments