From 123fdeb9190e999a397525aea969ee943a4c0392 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Fri, 4 Aug 2023 17:38:52 -0700 Subject: [PATCH] Update docs/api.md Co-authored-by: Michael Yang --- docs/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ```