/group/setAttributes

Prev Next
Post
/group/setAttributes

Creates and updates the group attributes. Existing attributes are overwritten.
Request body example:

[{
"name" : "GroupAttributeName",
"value" : "12345"
}]
Query parameters
groupId
integer (int64) Required

ID of the group for which we request the parameters.

Body parameters
Array of object
object
name
string
value
string
Responses
204

Example response:

{
1}

400

Required parameters are missing or incorrect.