PhilanthropyDataCommons / service

A project for collecting and serving public information associated with grant applications
GNU Affero General Public License v3.0
8 stars 2 forks source link

Allow public organizations access #916

Closed slifty closed 6 months ago

slifty commented 6 months ago

This PR updates our /organizations endpoints so the GET varieties are public. Eventually we may add private data to the returned objects, but that data would only be available for authorized users.

Resolves #912

slifty commented 6 months ago

Oh great catch re the spec! I'll double check and possibly fix that now (I'll say overall our swagger spec possible response codes have not been quite as robust as they should be; I also wish swagger would allow us to create reusable responses rather than manually writing the same 401 code a billion times but blah blah blah)