Class: Vonage::Meetings::Applications
- Inherits:
-
Namespace
- Object
- Namespace
- Vonage::Meetings::Applications
- Extended by:
- T::Sig
- Defined in:
- lib/vonage/meetings/applications.rb
Instance Method Summary collapse
- #update(default_theme_id:) ⇒ Response deprecated Deprecated.
Instance Method Details
#update(default_theme_id:) ⇒ Response
Deprecated.
Update an existing application.
23 24 25 26 |
# File 'lib/vonage/meetings/applications.rb', line 23 def update(default_theme_id:) logger.info('This method is deprecated and will be removed in a future release.') request("/v1/meetings/applications", params: {update_details: {default_theme_id: default_theme_id}}, type: Patch) end |