Editing group
- Print
- PDF
Editing group
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
You can edit a group.
Requests
- PUT /groups/{groupId}
Request path
Parameters | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
groupId | Y | String | Group Id |
Request bodies
{
"description": "string",
}
Parameters | Requirement status | Type | Description | Restrictions |
---|---|---|---|---|
description | N | String | Group description | Up to 300 bytes |
Responses
Response bodies
{
"id": "String",
"nrn": "String",
"success" : "boolean",
"message": "String"
}
Parameters | Type | Description | Restrictions |
---|---|---|---|
id | String | Group ID | |
nrn | String | nrn of the edited group | |
success | Boolean | Whether it is a success | |
message | String | Failure error message |
Errors
Errors that may occur while using this action are listed below. For error response format, see ErrorResponse.
For more information on common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | 400 | Invalid request |
400 | 9061 | Group does not exist |
Was this article helpful?