Closed slifty closed 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)
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