Hello,
New to the development world, and I'm stuck on making a rest call to create a workspace and pass in the required attribute values so it's named correctly. If I remove the category from the template, I can create the workspace but the category doesn't get applied. If I remove the required value for the attribute, I can create the workspace but the category values don't get applied, everything is blank.
I'm making a post call to /api/v2/businessworkspaces
{"template_id":100545150,"name":"MyTest","type": 848,"parent_id":100795828,"categories":{"100545153":{"100545153_2":"MyTest","100545153_3":"Test"}}}
Am I doing something wrong?
Thanks,
Bryan