Method: BasePathMapping#update

Defined in:
lib/jets/internal/app/functions/jets/base_path.rb

#updateObject



91
92
93
94
95
96
# File 'lib/jets/internal/app/functions/jets/base_path.rb', line 91

def update
  # Cannot use update_base_path_mapping to update the base_mapping because it doesnt
  # allow us to change the rest_api_id. So we delete and create.
  delete(true)
  create
end