summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-03-29 17:42:25 -0300
committerSebastian <sebasjm@gmail.com>2024-03-29 17:42:39 -0300
commit659ac129834d3a56b73883a780ccc31a76c29db5 (patch)
treee63e369b0aa881ae095cf42fc9ff039677f48020
parent092a99488fade846489388e2f3860a87fdb47467 (diff)
downloaddocs-659ac129834d3a56b73883a780ccc31a76c29db5.tar.gz
docs-659ac129834d3a56b73883a780ccc31a76c29db5.tar.bz2
docs-659ac129834d3a56b73883a780ccc31a76c29db5.zip
fixing docs
-rw-r--r--core/api-merchant.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 8b1139eb..537dc67c 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1284,7 +1284,7 @@ Inspecting instances
// Authentication configuration.
// Does not contain the token when token auth is configured.
auth: {
- type: "external" | "token";
+ method: "external" | "token";
};
}