I am using forms in my current app, but would like to be able to modify it using code. However, there is no mention of forms in the documentation. I’m not super surprised because its in early access, so I tried to figure it out myself (hoping that it would exist, but just undocumented). I was correct, it does actually exist. I can do a GET request at forms, but thats all I’ve been able to find.
Are there any POST/PATCH requests to forms? (even if it is undocumented/experimental/volatile)