プレイヤーオプションの初期化
    • PDF

    プレイヤーオプションの初期化

    • PDF

    記事の要約

    プレイヤーに設定されたオプションを以前の設定に戻す方法は、以下のとおりです。

    リクエスト

    PUT {API_URL}/players/{player_no}/rollback
    

    リクエストパラメータ

    フィールド名要否タイプ制約事項説明
    player_noYIntegerPath Parameterプレイヤー番号

    リクエスト例

    PUT /api/v1/players/1/rollback
    HOST: vpe.apigw.ntruss.com
    Content-Type: application/json
    x-ncp-apigw-timestamp:1521787414578
    x-ncp-iam-access-key:6uxz1nKkcYwUjWRG5Q1V7NsW0i5jErlu2NjBXXgy
    x-ncp-apigw-signature-v2:iJFK773KH0WwQ79PasqJ+ZGixtpDQ/abS57WGQdld2M=
    x-ncp-region_code:KR
    

    成功コード

    HttpStatusCodeCodeMessage
    200200ok

    エラーコード

    HttpStatusCodeCodeMessageDescription
    2004601Query string player_no is missing.
    2004801No player information.
    2004804The feature can't be used in the free version of player.

    レスポンス例

    HTTP/1.1 200 OK
    Server: nginx
    Date: Fri, 26 Feb 2021 09:53:32 GMT
    Content-Type: application/json;charset=utf-8
    Connection: keep-alive
    Access-Control-Allow-Origin: *
    x-ncp-trace-id: 36c9k60om4p3238cpmc9gm4cj4
    
    // 成功時
    {
      "code": "200",
      "message": "ok"
    }
    
    // 失敗時
    "error": {
        "errorCode": "4801",
        "message": "No player information."
      }
    }
    

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

    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.