HubSpot / hubspot-api-php

HubSpot API PHP Client Libraries for V3 version of the API
Apache License 2.0
193 stars 81 forks source link

Hubspot Files API requires options parameter, but the SDK considers it as optional #381

Open pieterdt opened 3 weeks ago

pieterdt commented 3 weeks ago

When trying to upload a file with the php SDK without providing the $options parameter (it is not a required argument from what I can see in the function signature), the endpoint returns a 400 status with the following message:

"options parameter is required"

The SDK should reflect that requirement.