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
The GetInfo REST endpoint is erroneously handled as a POST. The endpoint should be handled as a REST GET. The endpoint does not accept any arguments.
This issue was identified by a user on Slack who encountered error {"code":12,"message":"Method Not Allowed","details":[]} because they were treating the endpoint as GET.
The text was updated successfully, but these errors were encountered:
The
GetInfo
REST endpoint is erroneously handled as a POST. The endpoint should be handled as a REST GET. The endpoint does not accept any arguments.This issue was identified by a user on Slack who encountered error
{"code":12,"message":"Method Not Allowed","details":[]}
because they were treating the endpoint as GET.The text was updated successfully, but these errors were encountered: