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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"
}
```