accidentally removed modelFieldRemove from the README, reverted

This commit is contained in:
Austin Siew 2022-12-28 18:57:38 -07:00
parent a96e10e840
commit 5e527680d9

View File

@ -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.