Pause/Resume Role
- Print
- PDF
Pause/Resume Role
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Pause/Resume roles.
API
- PUT /roles/{roleNo}/enable
Requests
Parameters
Parameters | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
active | Y | Boolean | Whether to resume |
Path variables
Parameters | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
roleNo | Y | string | RoleNo |
Response
Parameter name | Requirement status | Type | Description |
---|---|---|---|
ProcessResult | Y | ProcessResult | Processing result |
- Response examples - Success
{
"success": true
}
Errors
Errors that may occur while using this action are listed below. For error response format, see ErrorResponse.
For more information about common errors, see the NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
401 | 30 | Wrong roleNo |
Was this article helpful?