Skip to content

Commit 3971711

Browse files
author
pankajkeswani
committed
Change users list request to get
1 parent c562e9d commit 3971711

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/ost-sdk-ruby/saas/users.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def edit(params = {})
4040
# response: (OSTSdk::Util::Result)
4141
#
4242
def list(params = {})
43-
http_helper.send_post_request("#{@url_prefix}/list", params)
43+
http_helper.send_get_request("#{@url_prefix}/list", params)
4444
end
4545

4646
# Airdrop Branded Token to list of users

lib/ost-sdk-ruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OSTSdk
22

3-
VERSION = "0.0.20"
3+
VERSION = "0.0.21"
44

55
end

0 commit comments

Comments
 (0)