Location
/api/apps/{appID}/groups/{groupID}/name
This resource represents the name of the group.
Request Headers (Applies to all methods)
Authorization
header
Required: Yes
PUT
/api/apps/{appID}/groups/{groupID}/name
Description
Update the group name.
Security
Only the administrator and the group owner can perform this operation.
Content-Type text/plain
The name of the group.
Name
Required?
type
Description
Authorization
Yes
string
Authorization header. OAuth2 Bearer token
Responses
204
Content-Type (None)
The name has been changed successfully.
Note
This response has no contents.
404
Content-Type application/vnd.kii.GroupNotFoundException+json
The group was not found.
Contents
Name | Type | Description |
---|---|---|
errorCode | string | Error code "GROUP_NOT_FOUND". |
message | string | The error message. |
groupID | string | The groupID of the group. |
appID | string | The ID of the application. |
401
Content-Type application/vnd.kii.UnauthorizedAccessException+json
Not authorized to change the name of the group.
Contents
Name | Type | Description |
---|---|---|
errorCode | string | Error code "UNAUTHORIZED". |
message | string | The error message. |
authenticatedAppID | string | The authenticated appID. |
authenticatedPrincipalID | string | The authenticated principal ID (userID or thingID). |