Get the path for updating an individual model
Parameters:
The unique id of the model.
Returns:
The update path.
274 275 276
# File 'lib/wsc_sdk/endpoint.rb', line 274 def update_path(id) model_path(id) end