You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying out calling api_client.crm.associations.definitions.configurations.all.definitions_api.get_all in our app integration code, it ran into the error NoMethodError: undefined method definitions' for #Hubspot::Discovery::Crm::Associations::Client:0x000000013159aa60`. Executing the example code to a "T" also generates the same error:
The text was updated successfully, but these errors were encountered:
Samsinite
changed the title
Ruby example code doesn't work from API Documentation
Ruby example code doesn't work from API Associations Schema Documentation
Aug 15, 2024
At https://developers.hubspot.com/beta-docs/reference/api/crm/associations/associations-schema#get-%2Fcrm%2Fv4%2Fassociations%2F%7Bfromobjecttype%7D%2F%7Btoobjecttype%7D%2Flabels provides the following ruby code:
When trying out calling
api_client.crm.associations.definitions.configurations.all.definitions_api.get_all
in our app integration code, it ran into the errorNoMethodError: undefined method
definitions' for #Hubspot::Discovery::Crm::Associations::Client:0x000000013159aa60`. Executing the example code to a "T" also generates the same error:The text was updated successfully, but these errors were encountered: