Method: OrderCloud::MeApi#patch
- Defined in:
- lib/order_cloud/api/me_api.rb
#patch(user, opts = {}) ⇒ User
1396 1397 1398 1399 |
# File 'lib/order_cloud/api/me_api.rb', line 1396 def patch(user, opts = {}) data, _status_code, _headers = patch_with_http_info(user, opts) return data end |