lib/twilio-ruby/rest/messaging/v1/external_campaign.rb in twilio-ruby-6.6.0 vs lib/twilio-ruby/rest/messaging/v1/external_campaign.rb in twilio-ruby-6.7.0
- old
+ new
@@ -30,11 +30,11 @@
end
##
# Create the ExternalCampaignInstance
# @param [String] campaign_id ID of the preregistered campaign.
- # @param [String] messaging_service_sid The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/services/api) that the resource is associated with.
+ # @param [String] messaging_service_sid The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) that the resource is associated with.
# @return [ExternalCampaignInstance] Created ExternalCampaignInstance
def create(
campaign_id: nil,
messaging_service_sid: nil
)
@@ -129,10 +129,10 @@
def campaign_id
@properties['campaign_id']
end
##
- # @return [String] The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/services/api) that the resource is associated with.
+ # @return [String] The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) that the resource is associated with.
def messaging_service_sid
@properties['messaging_service_sid']
end
##