documentation
documentation copied to clipboard
Add brackets to 'exclude_types[]'
The brackets are part of the 'exclude_types[]' parameter name.
The brackets are part of the 'exclude_types[]' parameter name.
It is just the syntax for arrays. If you use a request library like axios in JS, you wouldn't actually type the []
out in your request, you would just pass an array to exclude_types
. So I am not sure if this change is for better or worse.