summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-03-27 00:40:10 -0300
committerSebastian <sebasjm@gmail.com>2024-03-27 00:40:10 -0300
commitaf891c6f23ba0d3a248ef235eba3fba07ba2825b (patch)
tree5bb8f60b24cd480a6e80be6ea761294208f30c4b
parent706fb03eb043b3f2dfb0897066e35fa759461d69 (diff)
downloaddocs-af891c6f23ba0d3a248ef235eba3fba07ba2825b.tar.gz
docs-af891c6f23ba0d3a248ef235eba3fba07ba2825b.tar.bz2
docs-af891c6f23ba0d3a248ef235eba3fba07ba2825b.zip
matching the docs with the impl
-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 28ca8dab..53ccdae6 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3008,7 +3008,7 @@ Inspecting template
interface TemplateSummaryResponse {
// List of templates that are present in our backend.
- templates_list: TemplateEntry[];
+ templates: TemplateEntry[];
}
The `TemplateEntry` object describes a template. It has the following structure: