Profile 수정
    • PDF

    Profile 수정

    • PDF

    기사 요약

    개요

    Traffic Profile (도메인)을 수정합니다.

    요청

    요청 URL Path

    파라미터명필수 여부타입설명
    domainIdYesIntegerProfile (도메인) ID

    요청 바디

    예시

    요청 예시

    PUT {GTM_API_URL}/domains/{domainId}
    

    요청 바디

    {
      "policyId": 1,
      "ttl": 300,
      "claRegion": "KR"
    }
    

    오류 코드 예시

    {
      "result": "FAIL",
      "error": {
        "errorCode": "05X000",
        "message": "유효하지 않는 값입니다.<br>표시된 영역에 마우스오버를 하면 툴팁으로 자세한 내용을 볼 수 있습니다.",
        "devMessage": "유효하지 않은 값입니다.",
        "moreInfo": {
          "validationInfo": [
            {
              "fieldPath": "policyId",
              "msg": "Policy의 권한이 없거나 존재하지 않는 Policy 입니다."
            }
          ],
          "timestamp": "2022-11-16T18:45:06.451+09:00"
        }
      }
    }
    

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

    What's Next
    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.