We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87fcb29 commit 7d66770Copy full SHA for 7d66770
1 file changed
examples/sending_domains_api.rb
@@ -12,10 +12,6 @@
12
sending_domains.list
13
# => [#<struct Mailtrap::SendingDomain id=1, domain_name="example.com">]
14
15
-# Update Sending Domain
16
-sending_domains.update(sending_domain.id, domain_name: 'proper.com')
17
-# => #<struct Mailtrap::SendingDomain id=1, domain_name="proper.com">
18
-
19
# Get sending domain
20
sending_domain = sending_domains.get(sending_domain.id)
21
# => #<struct Mailtrap::SendingDomain id=1, domain_name="proper.com">
0 commit comments