Skip to main content

Update Group

Update a Group

Path Parameters

  • id string required

    Possible values: Value must match regular expression ^[0-9]+$

    The id of the relevant record

Request Body

  • name string

    Possible values: <= 255 characters

  • default boolean

    Indicates whether this Group is the default Group.

  • parent_id integer

    Possible values: >= 1

  • hierarchy string

    Create Group(s) from a pipe delimited hierarchy string. Will start from the end of the string and create the necessary Groups to produce the desired hierarchy.

Responses

OK

Loading...