Update Group

Updates the requested group.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
idstringRequiredformat: "id"
The ID of the group to update.
descriptionstringOptionalformat: "text"
The updated group's description.
dynamic_group_infoobjectOptional
namestringOptionalformat: "text"
The updated group's name.
ownerstringOptionalformat: "id"
The updated group's owner.

Response

The response to group update.
groupobject

Errors