ParkenDD / park-api-v3

MIT License
2 stars 1 forks source link

Better exception handling for push endpoints #141

Closed the-infinity closed 1 week ago

the-infinity commented 6 months ago

At the moment, there is just a generic rejection if there was invalid data at the push endpoint. We should provide more information there.

the-infinity commented 1 week ago

Solved