- Notifications
You must be signed in to change notification settings - Fork928
chore(coderd): allow creating workspaces without specifying an organization#14048
New issue
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
alwaysmeticulousbot commentedJul 29, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Meticulous was unable to execute a test run for this PR because the most recent commit is associated with multiple PRs. To execute a test run, please try pushing up a new commit that is only associated with this PR. Last updated for commit708557d. This comment will update as new commits are pushed. |
Uh oh!
There was an error while loading.Please reload this page.
* chore: always use new codepath over deprecated* add unit test for lack of template access
bf4b7ab
intomainUh oh!
There was an error while loading.Please reload this page.
The organization can always be inferred from the template, which makes the parameter redundant. Templates are guaranteed to always belong to a single organization. The only purpose the organization parameter served in the old endpoint was a validation check to make sure that it matched the organization we inferred from the template.
/users/{user}/workspaces [post]