Application の修正
    • PDF

    Application の修正

    • PDF

    Article Summary

    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"
            }
        }
    }
    
    パラメータ要否タイプ説明制約事項
    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 Cloud Platform APIをご参照ください。

    HTTP status codeエラーコードエラーメッセージ
    400400正しくないリクエスト

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

    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.