Skip to content

Commit

Permalink
Update Rebel Engine API (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaOrtner authored Jan 22, 2025
2 parents 1e7c390 + 54fc71e commit 85c1a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/class_httprequest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Can be used to make HTTP requests, i.e. download or upload files or web content
# Perform a POST request. The URL below returns JSON as of writing.
# Note: Don't make simultaneous requests using a single HTTPRequest node.
# The snippet below is provided for reference only.
var body = {"name": "Godette"}
var body = {"name": "Rebel"}
error = http_request.request("https://httpbin.org/post", [], true, HTTPClient.METHOD_POST, body)
if error != OK:
push_error("An error occurred in the HTTP request.")
Expand Down

0 comments on commit 85c1a81

Please sign in to comment.