sublinks / sublinks-api

MIT License
68 stars 17 forks source link

Can't get posts without `type_` property #408

Closed kgilles closed 4 weeks ago

kgilles commented 4 weeks ago

If I don't send type_ in with the request to /post/list then the API always returns an empty array. Up until now this property has always been optional. If it's expected to be a required property then please let me know as we need to update both the client and frontend.