We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0205dc8 commit f7c4303Copy full SHA for f7c4303
official/docs/ruby/v6/endshipper/update.rb
@@ -5,15 +5,15 @@
5
end_shipper = client.end_shipper.update(
6
'es_...',
7
{
8
- 'name' => 'New Name',
9
- 'street1' => '388 Townsend St',
10
- 'street2' => 'Apt 20',
11
- 'city' => 'San Francisco',
12
- 'state' => 'CA',
13
- 'zip' => '94107',
14
- 'country' => 'US',
15
- 'email' => 'test@example.com',
16
- 'phone' => '5555555555',
+ name: 'New Name',
+ street1: '388 Townsend St',
+ street2: 'Apt 20',
+ city: 'San Francisco',
+ state: 'CA',
+ zip: '94107',
+ country: 'US',
+ email: 'test@example.com',
+ phone: '5555555555',
17
},
18
)
19
0 commit comments