**Changes**
- Distribution endpoints were incorrectly assumed to not be useful for auto and key-based fields. This has been removed and now expose a distribution endpoint.
- `SharedQueriesResource` and `/api/queries/shared/` endpoint has been removed and the behavior has been merged in with `QueriesResource`. This simplifies things since a GET now returns all queries the user created as well as queries that have been shared with the user. Likewise, a POST will create a query and optionally share it. A DELETE can only be performed on queries the user creates.