summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-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: