Skip to main content

Update group

PUT 

/bv/org/v1/groups/:id

Modifies the details of a specified group within the organization using the provided access token.


Required field(s):

  • id

  • Returns a 404/NotFound error if the specified resource is not found.
  • Returns a 400/BadRequest error if the request body is invalid.
  • Returns a 409/Conflict with ERROR_REASON_CONFLICT error if there's a user list conflict during the update. In such cases, retry at a higher level to restart the read-modify-write sequence.

Request

Responses

A successful response.