Method: Fog::Identity::HuaweiCloud::V3::Real#update_role
- Defined in:
- lib/fog/identity/huaweicloud/v3/requests/update_role.rb
#update_role(id, role) ⇒ Object
6 7 8 9 10 11 12 13 |
# File 'lib/fog/identity/huaweicloud/v3/requests/update_role.rb', line 6 def update_role(id, role) request( :expects => [200], :method => 'PATCH', :path => "roles/#{id}", :body => Fog::JSON.encode(:role => role) ) end |