HubSpot / hubspot-api-ruby

HubSpot API Ruby Client Libraries for V3 version of the API
Apache License 2.0
112 stars 51 forks source link

Subscription status bulk email endpoint non existing in Ruby client #321

Open michael-berger-czi opened 3 months ago

michael-berger-czi commented 3 months ago

In the Subscription Status / Communication preferences API documentation, it mentions a bulk email status endpoint: /communication-preferences/v3/status/email/bulk

The Ruby code shown says you can call it with this code:

api_client.communication_preferences.subscription_status_api.post_communication_preferences_v3_status_email_bulk(undefined: ["string"])

However when I try running this with the version 18 ruby client, it can't find the method:

undefined method 'post_communication_preferences_v3_status_email_bulk' for #<Hubspot::Discovery::CommunicationPreferences::StatusApi