Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: バージョン 4 から復元
  • Authentication error (401 Unauthorized) occurred.
    The API token included in the X - APITOKEN header in the request header is incorrect or empty.
    Please set the correct API token

  • '429 Too many requests' occurred
    The number of requests per second exceeded a certain number of times (20 times).
    This is due to flow control on the platform side.

  • ‘400 Bad Request’ occurred when object is updated
    JSON message of request body is invalid. Make sure that the correct JSON message is configured.認証エラー(401 Unauthorized)が出る
    リクエストヘッダ中のX-APITOKENヘッダに含まれるAPIトークンが間違っているか空です。
    正しいAPIトークンを設定してください

  • レスポンスが429 Too many requestsとなる
    秒間あたりのリクエスト数が一定回数(5回/秒)を超えました。
    これはプラットフォーム側の流量制御によるものです。

  • オブジェクト更新時に400 Bad Requestとなる
    リクエストボディのJSONメッセージが不正です。正しいJSONメッセージが構成されているか確認してください。