Hello, I was giving a look at this part of the documentation:
https://www.defer.run/docs/references/http-api/v2/execution/list-executions
I tried to make a request and it didn't work because, even though it's a GET request, I'm also supposed to send a body.
I then sent it as a POST, which ended up working.
I would make the change to the docs myself, but I don't understand if having GET requests as POST was what you guys wanted originally.
Hello, I was giving a look at this part of the documentation:
https://www.defer.run/docs/references/http-api/v2/execution/list-executions
I tried to make a request and it didn't work because, even though it's a
GETrequest, I'm also supposed to send a body.I then sent it as a
POST, which ended up working.I would make the change to the docs myself, but I don't understand if having
GETrequests asPOSTwas what you guys wanted originally.