/group/overrideGroupSettings
- 1 Minute to read
- Print
- DarkLight
/group/overrideGroupSettings
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
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"
}
Was this article helpful?