Class: Vonage::Meetings::Applications

Inherits:
Namespace
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/vonage/meetings/applications.rb

Instance Method Summary collapse

Instance Method Details

#update(default_theme_id:) ⇒ Response

Update an existing application.

Parameters:

  • :default_theme_id (required, String)

    The id of the theme to set as application default theme

Returns:

See Also:



21
22
23
# File 'lib/vonage/meetings/applications.rb', line 21

def update(default_theme_id:)
  request("/v1/meetings/applications", params: {update_details: {default_theme_id: default_theme_id}}, type: Patch)
end