Add policy tag
- Print
- PDF
Add policy tag
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Add the tag information for a policy.
API
- POST /policies/{policyId}/tags
Request
Body
{
"tagKey": "string",
"tagValue": "string"
}
Items | Type | Description | Remarks |
---|---|---|---|
tagKey | string | Tag Key | |
tagValue | string | Tag Value |
Path Variables
Parameter | Required | Type | Restrictions | Description |
---|---|---|---|---|
policyId | Y | String | policy Id |
Response
{
"success": "boolean",
"message": "string
}
Items | Type | Description | Remarks |
---|---|---|---|
success | boolean | API success status | |
message | string | Error message upon error |
Error
Errors that may occur while using this action are listed below. For error response format, see ErrorResponse.
For more information about common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
404 | 404 | Non-existent policy |
409 | 9012 | Maximum allowable value exceeded |
500 | 500 | Internal Server Error |
Was this article helpful?