Skip to content

Commit 7d66770

Browse files
committed
Remove wrong example
1 parent 87fcb29 commit 7d66770

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

examples/sending_domains_api.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
sending_domains.list
1313
# => [#<struct Mailtrap::SendingDomain id=1, domain_name="example.com">]
1414

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-
1915
# Get sending domain
2016
sending_domain = sending_domains.get(sending_domain.id)
2117
# => #<struct Mailtrap::SendingDomain id=1, domain_name="proper.com">

0 commit comments

Comments
 (0)