From 95b479353f451dbe7abaad8fd9c6698ce139faec Mon Sep 17 00:00:00 2001 From: Bharath Krishna Date: Fri, 14 Apr 2023 16:11:29 +0530 Subject: [PATCH] Removed 404 doc links Removed 404 doc links to increase the site health. --- src/pages/tutorials/getting-started/automate-rest-apis.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pages/tutorials/getting-started/automate-rest-apis.md b/src/pages/tutorials/getting-started/automate-rest-apis.md index 146acdc..399fd8e 100755 --- a/src/pages/tutorials/getting-started/automate-rest-apis.md +++ b/src/pages/tutorials/getting-started/automate-rest-apis.md @@ -75,8 +75,6 @@ A few of the available routes are given below: All of the most common HTTP verbs such as GET, POST, PUT, PATCH, and DELETE are supported. -Learn more about [Usage of various HTTP requests for REST API Testing in Testsigma](https://testsigma.com/docs/test-cases/create-steps-restapi/methods/) - If you are new to Web Service Testing, see [How to add Test Steps for Web Service/API Testing.](https://testsigma.com/docs/test-cases/step-types/rest-api/) --- @@ -122,8 +120,6 @@ This test checks for the Expected Header of the Response for a simple GET reques **Expected Header Content:** {"content-type":"application/json; charset=utf-8"} -Please check this article for more details on comparison Types - [Comparison Modes in Web Services Testing](https://testsigma.com/docs/test-cases/create-steps-restapi/comparison-types/) - ![Verify Response Header for a GET Request](https://docs.testsigma.com/images/tutorials/automate-rest-api/verify-response-expected-response-header.png) ---