From 4b30065f69615f18f89e1be7073a7e751f7c45eb Mon Sep 17 00:00:00 2001 From: priscilla Date: Tue, 15 Nov 2022 06:18:46 -0500 Subject: Update --- core/api-merchant.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'core') diff --git a/core/api-merchant.rst b/core/api-merchant.rst index 71f6e963..65caa491 100644 --- a/core/api-merchant.rst +++ b/core/api-merchant.rst @@ -3069,7 +3069,7 @@ Adding templates The merchant instance is unknown or it is not in our data. - .. ts:def:: TemplateAddDetail + .. ts:def:: TemplateAddDetail interface TemplateAddDetail { @@ -3118,7 +3118,7 @@ Editing templates another store. - .. ts:def:: TemplatePatchDetail + .. ts:def:: TemplatePatchDetail interface TemplatePatchDetail { @@ -3160,7 +3160,7 @@ Inspecting template The backend has does not know about the instance. - .. ts:def:: TemplateSummaryResponse + .. ts:def:: TemplateSummaryResponse interface TemplateSummaryResponse { @@ -3174,7 +3174,7 @@ The `TemplatesEntry` object describes a template. It has the following structure - .. ts:def:: TemplateEntry + .. ts:def:: TemplateEntry interface TemplateEntry { @@ -3199,7 +3199,7 @@ The `TemplatesEntry` object describes a template. It has the following structure The template(ID) is unknown to the backend. - .. ts:def:: TemplateDetail + .. ts:def:: TemplateDetail interface TemplateDetail { -- cgit v1.2.3