commit 58df8306a432688941c4c1fabb0b2cb0da284163
parent 137f2ce43a7e62aaeab409a52527ff0ea69071f3
Author: priscilla <priscilla.huang@efrei.net>
Date: Fri, 25 Nov 2022 05:55:28 -0500
update
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git 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:**