Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/pages/tutorials/getting-started/automate-rest-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

---
Expand Down Expand Up @@ -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)

---
Expand Down
2 changes: 1 addition & 1 deletion src/templates/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default ({ data, pageContext }) => {
<nav className="flex-auto flex items-center">
<nav className="flex w-4/5">
<div className="flex items-stretch font-semibold ml-20">
<a className="btn btn-ghost btn-sm pr-2 rounded-btn" href={'/docs/getting-started/introduction-cloud/'}>
<a className="btn btn-ghost btn-sm pr-2 rounded-btn" href={'/docs/'}>
Docs
</a>
<a className="btn btn-ghost btn-sm border-b-2 border-green-500 rounded-btn ml-10 text-green-600" >
Expand Down