diff --git a/lib/twitter-ads/creative/draft_tweet.rb b/lib/twitter-ads/creative/draft_tweet.rb index e45ff9f..6f474e2 100644 --- a/lib/twitter-ads/creative/draft_tweet.rb +++ b/lib/twitter-ads/creative/draft_tweet.rb @@ -24,6 +24,7 @@ class DraftTweet property :media_keys property :nullcast, type: :bool property :text + property :name RESOURCE_COLLECTION = "/#{TwitterAds::API_VERSION}/" \ 'accounts/%{account_id}/draft_tweets' # @api private