adpllc / altruistic-angelshark

This project makes automating over one or more Communication Managers easier via OSSI over SSH.
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

`angelsharkd` throws 400 for perfectly valid request #1

Closed 53hornet closed 2 years ago

53hornet commented 2 years ago

Angelshark Daemon is expecting datas to be arrays of arrays of strings instead of arrays of strings as written in the docs and used internally.

This was caused by a typo in the request DTO during refactoring.

53hornet commented 2 years ago

Fixed typo.