Method: LessonlyApi::Utils::Client#send_put
- Defined in:
- lib/lessonly_api/utils/client.rb
#send_put(endpoint, params = {}) ⇒ Object
45 46 47 |
# File 'lib/lessonly_api/utils/client.rb', line 45 def send_put(endpoint, params = {}) send_request(:put, endpoint, params) end |