Files
Stalwart/crates/dav-proto/resources/requests/acl-002.json
2025-05-16 16:20:04 +02:00

17 lines
263 B
JSON

{
"aces": [
{
"principal": {
"Href": "http://www.example.com/users/ejw"
},
"invert": false,
"grant_deny": {
"Grant": [
"Write"
]
},
"protected": false,
"inherited": null
}
]
}