We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4cefc3 + 0836e54 commit bae6482Copy full SHA for bae6482
lib/zendesk_api/version.rb
@@ -1,3 +1,3 @@
1
module ZendeskAPI
2
- VERSION = "3.0.3"
+ VERSION = "3.0.4"
3
end
spec/live/cbp_support_spec.rb
@@ -155,7 +155,7 @@
155
156
157
describe ZendeskAPI::OauthClient do
158
- describe '/oauth/client' do
+ describe '/oauth/clients' do
159
it_behaves_like 'an endpoint that supports CBP' do
160
let(:collection) { client.oauth_clients }
161
0 commit comments