Edit assignment
- Print
- PDF
Edit assignment
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Edits assignment.
Request
- PUT /assignments/{assignmentId}
Request path
Parameters | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
assignmentId | Y | String | Assignment Id |
Request bodies
{
"description": "String",
"consoleAccessAllowed": "String",
"apiAccessAllowed": "String"
}
Parameters | Requirement status | Type | Description | Restrictions |
---|---|---|---|---|
description | N | String | Assignment description | Up to 300 characters |
consoleAccessAllowed | Y | Boolean | Whether console access is allowed | |
apiAccessAllowed | Y | Boolean | Whether API access is allowed |
Response
Response bodies
{
"id": "String",
"success" : "boolean",
"message": "String"
}
Parameters | Type | Description | Restrictions |
---|---|---|---|
id | String | Assignment ID | |
success | Boolean | Whether it is a success | |
message | String | Error message when failed |
Errors
Errors that specifically 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 |
---|---|---|
400 | 400 | Invalid request |
400 | 9080 | Assignment does not exist |
Was this article helpful?