documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Add brackets to 'exclude_types[]'

Open phooky opened this issue 4 years ago • 1 comments

The brackets are part of the 'exclude_types[]' parameter name.

phooky avatar Aug 10 '20 18:08 phooky

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.

Gargron avatar Sep 28 '20 03:09 Gargron