Method: WscSdk::Endpoint#update_path

Defined in:
lib/wsc_sdk/endpoint.rb

#update_path(id) ⇒ String

Get the path for updating an individual model

Parameters:

  • id (Any)

    The unique id of the model.

Returns:

  • (String)

    The update path.



274
275
276
# File 'lib/wsc_sdk/endpoint.rb', line 274

def update_path(id)
  model_path(id)
end