Hi,
I’m trying to create a group property with the server API.
The Swagger doesn’t show the body format for the request.
It just show :
Could not render r, see the console.
the address should be
/v1/users/{user}/groups/{group}/properties
What is the body string the server is expecting to create a property?
I try something like that
{“propertyname”:{“Value”:{“value1”:“myValue”,“vlaue2”:"myValue}}
But i got a eroor 400 bad request.
I have tried many different option but always get a bad request error.