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

Error with details param in Inventory API #770

Open
fc-mbouzidi opened this issue Aug 22, 2024 · 0 comments
Open

Error with details param in Inventory API #770

fc-mbouzidi opened this issue Aug 22, 2024 · 0 comments

Comments

@fc-mbouzidi
Copy link

fc-mbouzidi commented Aug 22, 2024

Hi,

I want to use the inventory API. In the function getInventorySummaries, if I put the param details to true, it returns an error 4004 with the response

Bad Request (400) Response: { "errors": [ { "code": "InvalidInput", "message": "Invalid Input", "details": "" } ] }

If I set it to empty or false, the response is OK (but without details). I also tried 'true' as string, '1' or 1 but still the same error

Maybe it's because the sended url set details=1 instead of details=true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant