From 5e527680d93a3ecb0b0dea4ff82a642745b2a4c0 Mon Sep 17 00:00:00 2001 From: Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> Date: Wed, 28 Dec 2022 18:57:38 -0700 Subject: [PATCH] accidentally removed modelFieldRemove from the README, reverted --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 72aea22..bd6982e 100644 --- a/README.md +++ b/README.md @@ -2246,6 +2246,30 @@ corresponding to when the API was available for use. } ``` +* **modelFieldRemove** + + Deletes a field within a given model. + + *Sample Request*: + ```json + { + "action": "modelFieldRemove", + "version": 6, + "params": { + "modelName": "Basic", + "fieldName": "Front" + } + } + ``` + + *Sample result*: + ```json + { + "result": null, + "error": null + } + ``` + * **modelFieldSetFont** Sets the font for a field within a given model.