Updates the specified group by passing new values in the request body. Only Name field can be updated.

Log in to see full request history

🚧

  • To update 'TeamAttributes', you must provide en entire list of team attributes and corresponding values. If you pass only attributes that you want to update, all other attributes, which are not provided, will be deleted.
  • To delete all attributes, pass TeamAttributes parameter with an empty array/hash.

The following are the examples of HTTP status codes including errors that API can generate

Response codesResponse contentDescription
200 OKThe group has beed successfully updated.
400 Bad RequestThe Name cannot be emptyThe field "Name" cannot be empty.
400 Bad RequestChange group type is not availableThe Name parameter is the one and only parameter you can pass in the request body.
400 Bad RequestAttribute not found, Key=112A team attribute wasn't found.
404 Not FoundObject not foundThe group with the specified ID wasn't found.
400 Bad RequestSeconds level is not availableYou need the "SecondsLevel" feature to be enabled for your account.
Path Params
int32
required

The identifier of the group to be updated

Body Params
string
required

The name of the group.

int32

Maximum number of users/clients allowed for the group.

boolean

Is this group enabled?

boolean

Is seconds level enabled in dates in this group?

Responses

Language
Credentials
Request
Click Try It! to start a request and see the response here! Or choose an example:
text/plain