瀏覽代碼

Update docs.

Lee Morgan 1 年之前
父節點
當前提交
74d08edb05
共有 1 個文件被更改,包括 8 次插入1 次删除
  1. 8 1
      bruno/Suma/Transaction/Update.bru

+ 8 - 1
bruno/Suma/Transaction/Update.bru

@@ -6,6 +6,13 @@ meta {
 
 put {
   url: http://localhost:8000/api/transaction
-  body: none
+  body: json
   auth: inherit
 }
+
+body:json {
+  {
+    "id": "687fc85e0d82f81fa715bdd1",
+    "date": "2025-03-02"
+  }
+}