We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the introductions of networks, we need to update any endpoints dealing with a project(s) to only deal with the network projects.
We don't want projects to be accessible outside of their network.
Ex.
/projects -> should only return the network projects
Not currently a high priority as we only have a single network. But this will need to be fixed if/when we have a deployment with multiple networks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With the introductions of networks, we need to update any endpoints dealing with a project(s) to only deal with the network projects.
We don't want projects to be accessible outside of their network.
Ex.
/projects -> should only return the network projects
Not currently a high priority as we only have a single network. But this will need to be fixed if/when we have a deployment with multiple networks
The text was updated successfully, but these errors were encountered: