All Products
Search
Document Center

Drive and Photo Service:UpdateGroup

Last Updated:Aug 04, 2025

Modifies the information about a group.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

POST /v2/group/update HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
bodyobjectNo

The request parameters.

group_idstringYes

The ID of the group that you want to modify.

2e43ec8427dd45f19431b7504649a1b4
group_namestringNo

The name of the group after modification.

test group
descriptionstringNo

The description of the group after modification.

test group description

Response parameters

ParameterTypeDescriptionExample
Group

The information about the group after modification.

Examples

Sample success responses

JSONformat

{
  "domain_id": "bj1",
  "group_id": "b45c0c0c373c41ec9ebb5c85a025a08f",
  "group_name": "test group",
  "description": "created by system",
  "created_at": 0,
  "updated_at": 0,
  "creator": "c9b7a5aa04d14ae3867fdc886fa01da4",
  "is_sync": true
}

Error codes

For a list of error codes, visit the Service error codes.