Method: PlatformAPI::Domain#update
- Defined in:
- lib/platform-api/client.rb
#update(app_id_or_app_name, domain_id_or_domain_hostname, body = {}) ⇒ Object
Associate an SNI endpoint
1683 1684 1685 |
# File 'lib/platform-api/client.rb', line 1683 def update(app_id_or_app_name, domain_id_or_domain_hostname, body = {}) @client.domain.update(app_id_or_app_name, domain_id_or_domain_hostname, body) end |