Currency rates as entities (#3543)
This commit is contained in:
@@ -80,11 +80,11 @@
|
||||
"description": "A 'create' access level."
|
||||
},
|
||||
"read": {
|
||||
"$ref": "#/definitions/levels",
|
||||
"$ref": "#/definitions/levelsAll",
|
||||
"description": "A 'read' access level."
|
||||
},
|
||||
"edit": {
|
||||
"$ref": "#/definitions/levels",
|
||||
"$ref": "#/definitions/levelsAll",
|
||||
"description": "An 'edit' access level."
|
||||
},
|
||||
"delete": {
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
},
|
||||
"view": {
|
||||
"type": "string",
|
||||
"description": "A view. Not compatible with `recordView`."
|
||||
"description": "A view. Compatible with `recordView` as of v9.3."
|
||||
},
|
||||
"tabQuickSearch": {
|
||||
"type": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user