Re-synced controllers, configs, libraries, seeds, and docs with the latest API expectations and response helpers.
11 lines
318 B
JSON
Executable File
11 lines
318 B
JSON
Executable File
{"name": "operation",
|
|
"VSName": "Operation (CRUD)",
|
|
"VCategory": "System",
|
|
"values": [
|
|
{"key": "Create", "value": "Create record"},
|
|
{"key": "Read", "value": "Read record/field"},
|
|
{"key": "Update", "value": "Update record/field"},
|
|
{"key": "Delete", "value": "Delete record/field"}
|
|
]
|
|
}
|