Description
The submit button on the Create Workspace form should submit the latest dynamic parameters as they have been entered. The backend will have to accept these with less scrutiny on validation as the static frame of reference the current code validates against could be incorrect for the set of inputs (user, values, etc).
This should use the existing endpoint; however we need to make sure validation layer is sound and submit button works.
Example being this section of code:
coder/coderd/wsbuilder/wsbuilder.go
Line 536 in 295bceb
This has to be done by early-access