Role 태그 추가
- Print
- PDF
Role 태그 추가
- Print
- PDF
The content is currently unavailable in English. You are viewing the default Korean version.
Article summary
Did you find this summary helpful?
Thank you for your feedback
정책의 태그 정보를 추가합니다.
API
- POST /{roleNo}/tags
요청
Body
{
"tagKey": "string",
"tagValue": "string"
}
항목 | 타입 | 설명 | 비고 |
---|---|---|---|
tagKey | string | Tag Key | |
tagValue | string | Tag Value |
Path Variables
파라미터 | 필수 여부 | 타입 | 제약사항 | 설명 |
---|---|---|---|---|
roleNo | Y | String | role No |
응답
{
"success": "boolean",
"message": "string
}
항목 | 타입 | 설명 | 비고 |
---|---|---|---|
success | boolean | API 성공 여부 | |
message | string | 에러 발생 시 에러 메시지 |
에러
아래 에러 코드는 이 액션(Action)에서 특징적으로 발생하는 에러입니다. 에러 응답 형식은 ErrorResponse를 참조해 주십시오.
공통적으로 발생하는 에러에 대한 상세한 설명은 NAVER Cloud Platform API를 참고해 주십시오.
HTTP status code | 에러 코드 | 에러 메시지 |
---|---|---|
404 | 30 | 존재하지 않는 Role |
409 | 9012 | 최대 허용값 초과 |
500 | 500 | Internal Server Error |
Was this article helpful?