From 1b09629273cc88fafd61564123f77478ffc3f60a Mon Sep 17 00:00:00 2001 From: Mohit Jain Date: Thu, 16 Jan 2025 16:01:09 +0530 Subject: [PATCH] Update getting-started.md --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 0731aa5..f74c3a7 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -10,7 +10,7 @@ title: Getting Started To access Refrens API, you need to have API enabled on your business account. If you have a Refrens Premium account, please contact support (care@refrens.com or on [chat](https://www.refrens.com)) to enable API for you. -The following points are applicable across all API endpoints - +The following points/rules are applicable across all API endpoints - - API follows REST conventions, ie creating a resource is `POST`, fetching is `GET`, updates are `PATCH` - All API responses and request bodies are in JSON format.