Explorar o código

Update docs/api.md

Co-authored-by: Michael Yang <mxyng@pm.me>
Matt Williams hai 1 ano
pai
achega
123fdeb919
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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
 {
-  "from": "modelname",
-  "to": "newmodelname"
+  "source": "modelname",
+  "destination": "newmodelname"
 }
 ```