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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: