HI guys, hopefully a simple question. I am doing some tests with the REST and i am able
to create a Business Workspace with all the necessary attributes. That worked.
Now I want to change the Name of the Business workspace via Rest. Does that work, I guess yes, but which call?
To be more concrete:
I created the BWS with POST: api/v2/businessworkspaces
{"name":"ViaRESTch","type":"848","parent_id":"13312650","template_id":"13313771","roles":{"categories":{"13312173":{"13312173_2":"09041947"}}}
Now I want to change this Name "name":"ViaRESTch"
Is there a way? Or do you have an valid example?
Cheers Christian