UpdateDeletedExceptionRuleMemo
    • PDF

    UpdateDeletedExceptionRuleMemo

    • PDF

    Article Summary

    개요

    삭제된 예외 규칙의 메모를 수정합니다.

    필요 권한

    • Change/updateDeletedUserExceptionRuleMemo

    요청

    요청 파라미터

    파라미터명필수 여부타입설명
    rule-idYesstring예외 규칙 ID
    contentYesstring수정할 메모 문자열

    요청 헤더

    헤더명필수 여부타입설명
    X-NCP-USE_PLATFORM_TYPEYesstringVPC, CLASSIC 환경 중 택일

    응답

    응답 바디

    항목타입설명
    successboolean요청 처리 여부
    codeInteger응답코드
    messageString응답 메시지
    resultObject요청 결과

    예시

    요청 예시

    PATCH {WBD_API_URL}/deleted-exception-rules/{rule-id}/memo
    X-NCP-USE_PLATFORM_TYPE: VPC
    Content-Type: application/json; charset=utf-8
    x-ncp-apigw-timestamp: {Timestamp}
    x-ncp-iam-access-key: {Sub Account Access Key or STS Access Key}`
    x-ncp-apigw-signature-v2: {API Gateway Signature}
    
    {
        "content": "string"
    }
    

    응답 예시

    {
      "success": true,
      "code": 0,
      "message": "success",
      "result": null
    }
    

    오류 코드 예시

    {
      "success": false,
      "code": 400,
      "message": "Platform must be not null.",
      "result": null
    }
    

    이 문서가 도움이 되었습니까?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.