Method: PulpcoreClient::RolesApi#partial_update

Defined in:
lib/pulpcore_client/api/roles_api.rb

#partial_update(role_href, patched_role, opts = {}) ⇒ RoleResponse

Update a role ViewSet for Role.

Parameters:

  • role_href (String)
  • patched_role (PatchedRole)
  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



263
264
265
266
# File 'lib/pulpcore_client/api/roles_api.rb', line 263

def partial_update(role_href, patched_role, opts = {})
  data, _status_code, _headers = partial_update_with_http_info(role_href, patched_role, opts)
  data
end