Method: ApiClient#update_credential
- Defined in:
- lib/uffizzi/clients/api/api_client.rb
#update_credential(server, account_id, params, type) ⇒ Object
126 127 128 129 130 131 |
# File 'lib/uffizzi/clients/api/api_client.rb', line 126 def update_credential(server, account_id, params, type) uri = credential_uri(server, account_id, type) response = http_client.make_put_request(uri, params) build_response(response) end |