Update docs/api.md
Co-authored-by: Michael Yang <mxyng@pm.me>
This commit is contained in:
parent
5c82bf95d1
commit
123fdeb919
1 changed files with 2 additions and 2 deletions
|
@ -243,8 +243,8 @@ The **Copy** endpoint takes a JSON object with the following fields:
|
|||
|
||||
```JSON
|
||||
{
|
||||
"from": "modelname",
|
||||
"to": "newmodelname"
|
||||
"source": "modelname",
|
||||
"destination": "newmodelname"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue