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