Post
/group/overrideGroupSettings
Overwrites the existing group settings with a new template.
Query parameters
groupId
integer (int64) Required
ID of the group for which we change the settings.
settingsId
integer (int64) Required
ID of the configuration template.
Responses
204
400
Required parameters are missing or incorrect. Error response: {
"errorActor": "CLIENT",
"errorCode": "MISSING_PARAMETER",
"message": "Parameter 'groupId' is mandatory but no value was specified.",
"parameterName": "groupId",
"propertyName": null,
"value": "null"
}