diff --git a/docs/api.md b/docs/api.md index 05efa5a6..d966b4d5 100644 --- a/docs/api.md +++ b/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" } ```