Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List Custom Objects: Typo in Query String Parameter Name #2

Open
wants to merge 1 commit into
base: production
Choose a base branch
from

Conversation

brianacraig
Copy link

Description

When listing additional properties on custom objects, the expected query string parameter name is "properties" not "property"

I've tested this change locally and the properties I was requesting showed up after the change. The documentation from HubSpot is here: https://developers.hubspot.com/docs/api/crm/crm-custom-objects

Purpose

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • I have added tests to prove that what I have fixed or added does indeed work
  • I have added documentation as necessary

I didn't see an obvious place to add tests, but I did test it locally and confirmed that the behavior changed to include the requested properties after the query string parameter name was changed.

The expected parameter is "properties"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant