From 00e3289384059d2e211695914c6916fcb38b3c25 Mon Sep 17 00:00:00 2001 From: Miyashita Noritoshi Date: Tue, 17 Feb 2026 22:18:25 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20MIN-312=20=E5=9C=A8=E5=BA=AB=E4=B8=80?= =?UTF-8?q?=E8=A6=A7=E3=83=BB=E8=A9=B3=E7=B4=B0=E3=83=AC=E3=82=B9=E3=83=9D?= =?UTF-8?q?=E3=83=B3=E3=82=B9=E3=81=AB=20update=5Fdate=20=E3=83=95?= =?UTF-8?q?=E3=82=A3=E3=83=BC=E3=83=AB=E3=83=89=E3=81=AE=E8=AA=AC=E6=98=8E?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- dist/index.html | 24 +++++++++++++++++------- includes/api/inventories.md | 3 ++- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/dist/index.html b/dist/index.html index 49d0e8b..d061bbc 100644 --- a/dist/index.html +++ b/dist/index.html @@ -87,7 +87,8 @@

Example URI

GET& "order_point_quantity": "5" }, "created_at": "2018-03-27T09:38:19+09:00", - "updated_at `2018-03-27T09:38:19+09:00`": "", + "updated_at": "2018-03-27T09:38:19+09:00", + "update_date": "2018-03-27T09:38:19+09:00", "create_user_name": "田村 太郎", "update_user_name": "田村 次郎", "user_group": "基本グループ", @@ -217,9 +218,13 @@

Example URI

GET& "type": "string", "description": "作成日(ISO 8601形式)" }, - "updated_at `2018-03-27T09:38:19+09:00`": { + "updated_at": { "type": "string", - "description": "更新日(ISO 8601形式)" + "description": "システム更新日時(ISO 8601形式)。在庫データに関連するあらゆる変更で自動更新される" + }, + "update_date": { + "type": "string", + "description": "更新日時(ISO 8601形式)。基本的にシステム更新日時と同様だが、入出庫予定の変更や追加項目自体の追加・削除など在庫データ自体の変更ではない場合は更新されない" }, "create_user_name": { "type": "string", @@ -599,7 +604,8 @@

Example URI

GET& "order_point_quantity": "5" }, "created_at": "2018-03-27T09:38:19+09:00", - "updated_at `2018-03-27T09:38:19+09:00`": "", + "updated_at": "2018-03-27T09:38:19+09:00", + "update_date": "2018-03-27T09:38:19+09:00", "create_user_name": "田村 太郎", "update_user_name": "田村 次郎", "user_group": "基本グループ", @@ -788,9 +794,13 @@

Example URI

GET& "type": "string", "description": "作成日(ISO 8601形式)" }, - "updated_at `2018-03-27T09:38:19+09:00`": { + "updated_at": { "type": "string", - "description": "更新日(ISO 8601形式)" + "description": "システム更新日時(ISO 8601形式)。在庫データに関連するあらゆる変更で自動更新される" + }, + "update_date": { + "type": "string", + "description": "更新日時(ISO 8601形式)。基本的にシステム更新日時と同様だが、入出庫予定の変更や追加項目自体の追加・削除など在庫データ自体の変更ではない場合は更新されない" }, "create_user_name": { "type": "string", @@ -5679,7 +5689,7 @@

Example URI

POSTdescription": "エラー内容" } } -}

Generated by aglio on 04 Feb 2026