Applicationの更新
    • PDF

    Applicationの更新

    • PDF

    記事の要約

    Applicationを更新します。

    リクエスト

    • PUT /applications/{applicationId}

    リクエストパス

    パラメータタイプ必須の有無説明制限事項
    applicationIdStringYApplication Id

    リクエストボディ

    {
        "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"
            }
        }
    }
    
    パラメータ必須の有無タイプ説明制限事項
    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"
    }
    
    パラメータタイプ説明制限事項
    successboolean成功かどうか

    エラー

    下記のエラーコードは、このアクション(Action)で発生する特徴的なエラーです。エラーレスポンス形式の詳細は、ErrorResponseをご参照ください。
    共通して発生するエラーの詳細は、NAVERクラウドプラットフォーム APIをご参照ください。

    HTTP status codeエラーコードエラーメッセージ
    400400
    4009016

    この記事は役に立ちましたか?

    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.