How to set the body of a POST for a site #99
-
There's a doc about how to do the |
Beta Was this translation helpful? Give feedback.
Answered by
AnandChowdhary
Dec 1, 2020
Replies: 2 comments
-
This has been added: sites:
method: POST
url: https://example.com
headers:
- "Content-Type: application/json"
body: '{ "name": "Anand" }' You can put any string in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AnandChowdhary
-
@AnandChowdhary Thanks a lot. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This has been added:
You can put any string in
body
based on your content-type header. 😄