Msg

UpdateGroupMetadata updates the group metadata with given group id and admin address.

post/cosmos.group.v1.Msg/UpdateGroupMetadata

Request body

adminstring

admin is the account address of the group admin.

group_idstring uint64

group_id is the unique ID of the group.

metadatastring

metadata is the updated group's metadata.

Response

A successful response.

CosmosGroupV1MsgUpdateGroupMetadataResponse required

MsgUpdateGroupMetadataResponse is the Msg/UpdateGroupMetadata response type.

Changes