accidentally removed modelFieldRemove from the README, reverted
This commit is contained in:
parent
a96e10e840
commit
5e527680d9
24
README.md
24
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.
|
||||
|
Loading…
Reference in New Issue
Block a user