Add POST to /folders API endpoint
Adrian Hannigan
Allow creation of folders from the API.
Nik Payne (Gamma design)
Hey Adrian Hannigan, love the straightforward ask here. I’ll pass this along to the team.
Quick couple questions so we build the right thing:
1) What’s your main workflow for creating folders via API (bulk import, syncing from another system, per-user setup, etc)?
2) What fields do you need on create (name only, parent folder ID, workspace/team ID, permissions), and should it be idempotent if the folder already exists?
Adrian Hannigan
Nik Payne (Gamma design)
1) per-user setup, creating a folder and then assigning the folderId on our system for future calls to /generations
2) Really just name. Looking at the UI I expect the data model would require some assignment of permissions/members, but auto assigning a sane default would be ok for our use case