🐛 Updated Screenshots for HTTP Request docs (#105)

This commit is contained in:
smamudhan 2020-08-13 12:22:48 +05:30 committed by GitHub
parent c63f66df63
commit f9e8b88a35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

View File

@ -57,7 +57,7 @@ The start node exists by default when you create a new workflow.
1. Enter `https://reqres.in/api/users` in the ***URL*** field.
2. Click on ***Execute Node*** to run the workflow.
![Get a list of sample users using the HTTP Request node](./GET-list-of-users_node.png)
![Get a list of sample users using the HTTP Request node](./HTTPRequest_node.png)
### 3. HTTP Request node (POST)
@ -72,7 +72,7 @@ The start node exists by default when you create a new workflow.
8. Enter `Programmer` in the ***Value*** field.
9. Click on ***Execute Node*** to run the workflow.
![Create a user using the HTTP Request node](./Add-Neo-to-Matrix_node.png)
![Create a user using the HTTP Request node](./HTTPRequest1_node.png)
### 4. HTTP Request node (PATCH)
@ -87,7 +87,7 @@ The start node exists by default when you create a new workflow.
8. Enter `The Chosen One` in the ***Value*** field.
9. Click on ***Execute Node*** to run the workflow.
![Update a user using the HTTP Request node](./Update-Neo_node.png)
![Update a user using the HTTP Request node](./HTTPRequest2_node.png)
## Further Reading

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB