@@ -35,17 +35,16 @@ def create_or_update_subscriber(email, options = {})
3535
3636 # Public: Create or update a collection of subscribers.
3737 #
38- # subscribers - Required. An Array with between 1 and 1000 objects containing subscriber data
39- # - A hash containing subscribers data.
40- # - email - Required. The String subscriber email address.
41- # - new_email - Optional. A new email address for the subscriber.
42- # If provided and a subscriber with the email above
43- # does not exist, this address will be used to
44- # create a new subscriber.
45- # - time_zone - Optional. The subscriber's time zone (in Olsen
46- # format). Defaults to Etc/UTC.
47- # - custom_fields - Optional. A Hash of custom field data.
48- # - tags - Optional. An Array of tags.
38+ # subscribers - Required. An Array of between 1 and 1000 Hashes of subscriber data.
39+ # - email - Required. The String subscriber email address.
40+ # - new_email - Optional. A new email address for the subscriber.
41+ # If provided and a subscriber with the email above
42+ # does not exist, this address will be used to
43+ # create a new subscriber.
44+ # - time_zone - Optional. The subscriber's time zone (in Olsen
45+ # format). Defaults to Etc/UTC.
46+ # - custom_fields - Optional. A Hash of custom field data.
47+ # - tags - Optional. An Array of tags.
4948 #
5049 # Returns a Drip::Response
5150 # See https://www.getdrip.com/docs/rest-api#subscriber_batches
0 commit comments