Changing the Group Name

A group owner can change the name of their existing group as below:

curl -v -X PUT \
  -H "Authorization: Bearer {ACCESS_TOKEN}" \
  -H "Content-Type: text/plain" \
  "https://api-jp.kii.com/api/apps/{APP_ID}/groups/{GROUP_ID}/name" \
  -d "New name"

The group name can be up to 190 characters. There is no restriction on the characters you can use. The group name can duplicate with the existing ones.

Changing the group name does not change the ID nor URI of the group.

Kii Cloud will return a 204 response if the rename is successful.