You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should review the examples for curl as it uses -d which triggers a POST and that could give the impression that POST must be used while GET is expected.
The text was updated successfully, but these errors were encountered:
FTR it uses -d for the lack of a better option. The alternative would be to hardcode the parameter in the URL which is a bit ugly. On the other hand, promoting a POST in the examples while we really expect users to use GET is a bit nasty.
Flagging for team attention to see what the rest of the team thinks.
We should review the examples for
curl
as it uses-d
which triggers a POST and that could give the impression thatPOST
must be used whileGET
is expected.The text was updated successfully, but these errors were encountered: