Parameters object in API as optional documented

but when I omit it to call a parameter-less function, I got a “Bad Request” error as result. There are now 2 possibilities:

  1. Parameters object isn’t optional (because omitting the properties object works)
  2. Or the API docs has a typo.