lib/bearcat/client/accounts.rb in bearcat-1.3.35 vs lib/bearcat/client/accounts.rb in bearcat-1.3.36
- old
+ new
@@ -29,10 +29,10 @@
def delete_account_admin(account, user, params = {})
delete("/api/v1/accounts/#{account}/admins/#{user}", params)
end
def list_roles(account, params = {})
- get("/api/v1/accounts/#{account}/roles")
+ get("/api/v1/accounts/#{account}/roles", params)
end
def account_roles(account, params = {})
get("/api/v1/accounts/#{account}/roles", params)
end