From 00aada73e0a5cedce184af9c26566047e47a04b7 Mon Sep 17 00:00:00 2001 From: Ashwin Aishvarya Vardhan Date: Thu, 17 Jan 2019 02:25:21 +0530 Subject: [PATCH] added information on supported file types (#30230) --- guide/english/rest-api/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/rest-api/index.md b/guide/english/rest-api/index.md index e002315959..7e116809a0 100644 --- a/guide/english/rest-api/index.md +++ b/guide/english/rest-api/index.md @@ -143,10 +143,10 @@ The dangerous **5xx** resources! - **501** Not Implemented. Server lacks the ability to fulfil the request - **504** Gateway Timeout. Server didn't receive timely response - +### Supported file types in REST APIs +REST APIs not only support `xml`, but also support `html`, `json` and `csv`, among other formats. [Wikipedia](https://en.wikipedia.org/wiki/Representational_state_transfer) ### REST API Development Environment and Testing: - Postman is widely used and famous for manual and automated REST/RESTful API Tests. Link: [Get Postman](https://www.getpostman.com/)