Method: Oktakit::Client::Templates#partial_sms_template_update

Defined in:
lib/oktakit/client/templates.rb

#partial_sms_template_update(id, options = {}) ⇒ Hash<Sawyer::Resource>

Partial SMS Template Update

Examples:

Oktakit.partial_sms_template_update('id')

Parameters:

  • options (:query) (defaults to: {})
    Hash

    Optional. Query params for request

  • options (:headers) (defaults to: {})
    Hash

    Optional. Header params for the request.

  • options (:accept) (defaults to: {})
    String

    Optional. The content type to accept. Default application/json

  • options (:content_type) (defaults to: {})
    String

    Optional. The content type for the request. Default application/json

  • options (Hash) (defaults to: {})

    Optional. Body params for request.

Returns:

  • (Hash<Sawyer::Resource>)

    Updated Sms Template

See Also:



78
79
80
# File 'lib/oktakit/client/templates.rb', line 78

def partial_sms_template_update(id, options = {})
  post("/templates/sms/#{id}", options)
end