Currency rates as entities (#3543)

This commit is contained in:
Yurii Kuznietsov
2025-12-13 10:31:07 +02:00
committed by GitHub
parent f46d9c8e4e
commit 0ee8d1dc91
72 changed files with 2518 additions and 127 deletions
+2 -2
View File
@@ -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": {
+1 -1
View File
@@ -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",