/group/overrideGroupSettings
  • 1 Minute to read
  • Dark
    Light

/group/overrideGroupSettings

  • Dark
    Light

Article summary

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?