2. rename_table : テーブル名を変更

GET /api/rename_table

テーブル名を変更する API.

リクエスト例

GET /api/rename_table?table_name=kabuTori_#1&new_table_name=kabuTori_2 HTTP/1.1
Content-Type: application/json; charset= "UTF-8"
Authorization: (Loginトークン)
Query Parameters:
  • table_name -- 変更前テーブル名

  • new_table_name -- 変更後テーブル名

レスポンス例

HTTP/1.1 200 OK
Content-Type: application/json; charset="utf-8"

{
  "resultCode": 0,
  "resultMSG": "rename_table SUCCESS ResultCode=0 ElapsedTime=0.000sec"
}
Response Data:

resultCode -- 0(成功)、負(エラーコード