Method: Oktakit::Client::Templates#get_sms_template
- Defined in:
- lib/oktakit/client/templates.rb
#get_sms_template(id, options = {}) ⇒ Hash<Sawyer::Resource>
Get SMS Template
31 32 33 |
# File 'lib/oktakit/client/templates.rb', line 31 def get_sms_template(id, = {}) get("/templates/sms/#{id}", ) end |