From bec5f9eb24186b4b1ab2911217c16bcecf0d0ec1 Mon Sep 17 00:00:00 2001 From: Rodrigo Caldas <75918726+c4ldas@users.noreply.github.com> Date: Sun, 21 Jul 2024 12:56:17 +0100 Subject: [PATCH] Added status 200 response to FAQ --- docs/chatbot/variables/customapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chatbot/variables/customapi.md b/docs/chatbot/variables/customapi.md index dc2400a..70c9347 100644 --- a/docs/chatbot/variables/customapi.md +++ b/docs/chatbot/variables/customapi.md @@ -71,7 +71,7 @@ $(customapi https://api.example.com/data?param1=value1¶m2=value2) **Q: Can I use `$(customapi)` to make POST requests?** -A: No, `$(customapi)` only supports GET requests. +A: No, `$(customapi)` only supports GET requests. Additionally, only HTTP 200 status will return a response. Any other HTTP status will result in a "Unable to make request" response. **Q: How can I handle JSON responses?**