summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorpriscilla <priscilla.huang@efrei.net>2022-11-25 05:55:28 -0500
committerpriscilla <priscilla.huang@efrei.net>2022-11-25 05:55:28 -0500
commit58df8306a432688941c4c1fabb0b2cb0da284163 (patch)
tree65b09f915f293bcc9bceb6a88788e0c6a6eb1f8f /core/api-merchant.rst
parent137f2ce43a7e62aaeab409a52527ff0ea69071f3 (diff)
downloaddocs-58df8306a432688941c4c1fabb0b2cb0da284163.tar.gz
docs-58df8306a432688941c4c1fabb0b2cb0da284163.tar.bz2
docs-58df8306a432688941c4c1fabb0b2cb0da284163.zip
update
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 53ffffcf..d41efdc3 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3045,7 +3045,7 @@ Editing templates
.. http:patch:: [/instances/$INSTANCE]/private/templates/$TEMPLATE_ID
- This is used to update a template.
+ This is used to update a template.
**Request:**
@@ -3127,7 +3127,7 @@ The `TemplatesEntry` object describes a template. It has the following structure
.. http:get:: [/instances/$INSTANCE]/private/templates/$TEMPLATE_ID
- This is used to obtain detailed information about a specific template.
+ This is used to obtain detailed information about a specific template.
**Response:**
@@ -3162,7 +3162,7 @@ Removing template
.. http:delete:: [/instances/$INSTANCE]/private/templates/$TEMPLATE_ID
- This is used to delete information about a template.
+ This is used to delete information about a template.
**Response:**
@@ -3323,7 +3323,7 @@ Inspecting webhook
.. http:get:: [/instances/$INSTANCES]/private/webhooks
- This is used to return the list of all the webhooks.
+ This is used to return the list of all the webhooks.
**Response:**
@@ -3359,7 +3359,7 @@ Inspecting webhook
.. http:get:: [/instances/$INSTANCES]/private/webhooks/$WEBHOOK_ID
- This is used to obtain detailed information about apecific template.
+ This is used to obtain detailed information about apecific template.
**Response:**
@@ -3397,7 +3397,7 @@ Removing template
.. http:delete:: [/instances/$INSTANCES]/private/webhooks/$WEBHOOK_ID
- This is used to delete information about a webhook.
+ This is used to delete information about a webhook.
**Response:**