Update docs/api.md

Co-authored-by: Michael Yang <mxyng@pm.me>
This commit is contained in:
Matt Williams
2023-08-04 17:38:52 -07:00
committed by GitHub
parent 5c82bf95d1
commit 123fdeb919

View File

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