auditView param

This commit is contained in:
Yuri Kuznetsov
2025-10-20 13:06:57 +03:00
parent 7eb139f35d
commit 076644db85
2 changed files with 10 additions and 9 deletions
+4
View File
@@ -1279,6 +1279,10 @@
"type": "boolean",
"description": "Linking and unlinking will be logged in the Stream. Available for hasMany."
},
"auditView": {
"type": "string",
"description": "A view used for audit. If not specified, the ordinary view is used. As of v9.2.3."
},
"readOnly": {
"type": "boolean",
"description": "Read-only links cannot be edited via link and unlink requests. But they can be edited via link and link-multiple fields."