瀏覽代碼

Update docs/api.md

Co-authored-by: Michael Yang <mxyng@pm.me>
Matt Williams 1 年之前
父節點
當前提交
123fdeb919
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/api.md

+ 2 - 2
docs/api.md

@@ -243,8 +243,8 @@ The **Copy** endpoint takes a JSON object with the following fields:
 
 
 ```JSON
 ```JSON
 {
 {
-  "from": "modelname",
-  "to": "newmodelname"
+  "source": "modelname",
+  "destination": "newmodelname"
 }
 }
 ```
 ```