更新群组信息

所属服务

sam

接口方法

GET

请求url

/sam?Action=UpdateGroup&Version=2018-03-22&GroupName=&NewGroupName=&Description=

url 参数

参数名称说明参数类型是否必填备注
GroupName组名string
NewGroupName新组名string
Description新组描述信息string
ActionUpdateGroupstring
Version2018-03-22string

返回参数

参数名称说明参数类型是否必填备注
Codestring
Messagestring

状态码

错误码(Code)错误提示(Message)http status code说明
ProductNotActive400null
MissingParameter400null
EntityNotFound400null
GroupNameExist400null

请求示例

https://open.cn-east-1.163yun.com/sam?Action=UpdateGroup&Version=2018-03-22&GroupName=grouptest&NewGroupName=newgrouptest&Description=new_group_test

返回示例

{
	"Message": "调用成功",
	"RequestId": "e4c48b78-c75e-4ef7-8388-3fed3f9a0e3d",
	"Code": "Success"
}