MENU
      Application 수정
        • PDF

        Application 수정

        • PDF

        기사 요약

        Application을 수정합니다.

        요청

        • PUT /applications/{applicationId}

        요청 Path

        파라미터타입필수 여부설명제약 사항
        applicationIdStringYApplication Id

        요청 Body

        {
            "name" : "string",
            "applicationType" : "string",
            "applicationUrl" : "string",
            "description" : "string",
            "mbrLoginAllow" : "string",
            "protocol" : "string",
            "redirectUris" : ["string"],
            "clientAuthMethod" : "string",
            "accessType" : "string",
            "grantTypes" : ["string"],
            "scopes" : ["string"],
            "accessTokenValidity" : "number",
            "refreshTokenValidity" : "number",
            "consentPage" : {
                "applicationName" : {
                    "ko" : "string",
                    "en" : "string",
                    "ja" : "string"
                },
                "useLanguages" : ["string"],
                "defaultLanguage" : "string",
                "usePurposeDesc" : {
                    "ko" : "string",
                    "en" : "string",
                    "ja" : "string"
                },
                "usePeriodDesc" : {
                    "ko" : "string",
                    "en" : "string",
                    "ja" : "string"
                },
                "dataTransferAbroad" : "boolean",
                "dataTransferCountry" : {
                    "ko" : "string",
                    "en" : "string",
                    "ja" : "string"
                },
                "dataRecipients" : {
                    "ko" : "string",
                    "en" : "string",
                    "ja" : "string"
                },
                "dataRecipientsContact" : {
                    "ko" : "string",
                    "en" : "string",
                    "ja" : "string"
                }
            }
        }
        JSON
        파라미터필수 여부타입설명제약 사항
        nameYStringapplication name
        applicationTypeNStringapplication Type : app, web
        applicationUrlNStringapplication Url
        descriptionNStringapplication description
        mbrLoginAllowNString메인계정 로그인 가능 여부: ALLOW, DENY
        protocolNStringApplication의 protocol : OAUTH2
        redirectUrisNArray[Oauth2] redirect Uri 리스트
        clientAuthMethodNString[Oauth2] auth method : client_secret_basic, client_secret_post, none
        grantTypesNArray[Oauth2] grant type 리스트: authorization_code, refresh_token, implicit
        accessTypeNString[Oauth2] access type : confidential, public
        scopesNArray[Oauth2] scope 리스트: profile, openid, groups
        accessTokenValidityNNumber[Oauth2] access token 만료 시간
        refreshTokenValidityNNumber[Oauth2] refresh token 만료 시간
        consentPage.applicationNameNObject[ConsentPage] 제공 받는 자
        consentPage.useLanguagesNArray[ConsentPage] 사용 가능 언어: ko, en, ja
        consentPage.defaultLanguageNString[ConsentPage] 기본 언어
        consentPage.usePurposeDescNObject[ConsentPage] 사용 목적
        consentPage.usePeriodDescNObject[ConsentPage] 사용 기간
        consentPage.dataTransferAbroadNBoolean[ConsentPage] 해외 이전 여부: true, false
        consentPage.dataTransferCountryNObject[ConsentPage] 해외 이전 국가해외 이전 여부가 true일 경우, 필수 입력
        consentPage.dataRecipientsNObject[ConsentPage] 이전 받는 자해외 이전 여부가 true일 경우, 필수 입력
        consentPage.dataRecipientsContactNObject[ConsentPage] 이전 받는 자 연락처해외 이전 여부가 true일 경우, 필수 입력

        요청 시 포함하지 않은 파라미터는 수정되지않고, 포함된 파라미터만 수정됩니다.

        응답

        응답 바디

        {
          "success" : "boolean"
        }
        Plain text
        파라미터타입설명제약사항
        successboolean성공 여부

        에러

        아래 에러 코드는 이 액션(Action)에서 특징적으로 발생하는 에러입니다. 에러 응답 형식은 ErrorResponse를 참조해 주십시오.
        공통적으로 발생하는 에러에 대한 상세한 설명은 NAVER Cloud Platform API를 참고해 주십시오.

        HTTP status code에러 코드에러 메시지
        400400잘못된 요청
        4009016존재하지 않는 Application 입니다.

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

        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.