SetGroupName

Update Group Name

post
Query parameters
idstringRequiredExample: id
Body
all ofOptional
and
anyOptionalExample: {"instance_key":"id","jid":"groupid","groupName":"Grup Hello 2"}
Responses
200Success
post
POST /groups/setGroupName HTTP/1.1
Host: base_url
Content-Type: application/json
Accept: */*
Content-Length: 64

{
  "instance_key": "id",
  "jid": "groupid",
  "groupName": "Grup Hello 2"
}
200Success

No content

Last updated

Was this helpful?