Skip to content
  • Roman Lacko's avatar
    API: Fix incorrect parameter handling · db40a106
    Roman Lacko authored
    Array or hash parameters require '[]' suffix when passed to API. This
    commit fixes problems when the suffix was not added for other than GET
    requests (notably POST and PUT).
    db40a106