Page tree
Skip to end of metadata
Go to start of metadata

Description

Creates and updates the group attributes. Existing attributes are overwritten.

Request path

POST [REST URL]/group/setAttributes

Request Body Type

list of Attribute

Example body

[{
"name" : "GroupAttributeName",
"value" : "12345"
}]

Example response

[{
    "name": "Test",
    "value": "12345" }, {
    "name": "TestRest",
    "value": "12345"
}]
  • No labels