estuary
estuary copied to clipboard
fix the pinning api filtering
- This PR fixes the status based filtering on the list pins api.
I'm wondering if we shouldn't add either a new endpoint or new query param for this. We want to make sure we don't break any backward compatibility. @alvin-reyes what do you think?
make sure we don't break any backw
I think the previous logic was flawed in itself. So even if someone was using it must be giving them the wrong results. also it wont break any existing api's schema, since we are not chaning any query param types.