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
When trying to perform a GET request against memberships/members providing an order parameter throws an error.
{"code":"rest_invalid_param","message":"Invalid parameter(s): order","data":{"status":400,"params":{"order":"order is not of type integer."},"details":{"order":{"code":"rest_invalid_type","message":"order is not of type integer.","data":{"param":"order"}}}}}
For some reason it is expecting an integer as opposed to a string like asc or desc
The text was updated successfully, but these errors were encountered:
When trying to perform a GET request against
memberships/members
providing anorder
parameter throws an error.For some reason it is expecting an integer as opposed to a string like
asc
ordesc
The text was updated successfully, but these errors were encountered: