Edit application
    • PDF

    Edit application

    • PDF

    Article summary

    Edit an application.

    Request

    • PUT /applications/{applicationId}

    Request path

    ParameterTypeRequiredDescriptionRestrictions
    applicationIdStringYApplication Id

    Request 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"
            }
        }
    }
    
    ParameterRequiredTypeDescriptionRestrictions
    nameYStringapplication name
    applicationTypeNStringapplication Type: app, web
    applicationUrlNStringapplication Url
    descriptionNStringapplication description
    mbrLoginAllowNStringWhether the main account can log in: ALLOW, DENY
    protocolNStringApplication's protocol: OAUTH2
    redirectUrisNArray[Oauth2] redirect Uri list
    clientAuthMethodNString[Oauth2] auth method : client_secret_basic, client_secret_post, none
    grantTypesNArray[Oauth2] grant type list: authorization_code, refresh_token, implicit
    accessTypeNString[Oauth2] access type : confidential, public
    scopesNArray[Oauth2] scope list: profile, openid, groups
    accessTokenValidityNNumber[Oauth2] access token expiration time
    refreshTokenValidityNNumber[Oauth2] refresh token expiration time
    consentPage.applicationNameNObject[ConsentPage] recipient
    consentPage.useLanguagesNArray[ConsentPage] available language: ko, en, ja
    consentPage.defaultLanguageNString[ConsentPage] default language
    consentPage.usePurposeDescNObject[ConsentPage] usage purpose
    consentPage.usePeriodDescNObject[ConsentPage] usage period
    consentPage.dataTransferAbroadNBoolean[ConsentPage] overseas transfer status: true, false
    consentPage.dataTransferCountryNObject[ConsentPage] overseas transfer countryMust be entered if the overseas transfer status is true
    consentPage.dataRecipientsNObject[ConsentPage] recipientMust be entered if the overseas transfer status is true
    consentPage.dataRecipientsContactNObject[ConsentPage] recipient contactsMust be entered if the overseas transfer status is true

    Parameters not included in the request will not be edited, only those included will be edited.

    Response

    Response body

    {
      "success" : "boolean"
    }
    
    ParameterTypeDescriptionRestrictions
    successbooleanSuccess status

    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 codeError codeError message
    400400
    4009016

    Was this article helpful?

    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.