Files
manila/api-ref/source/samples/share-access-rules-update-request.json
Kiran Pawar 65d48c0589 Allow to update access level of access rule
Update API will only allow to update access_level of access_type.
Pass the information to share drivers and let them handle update
access rule if supported.

Closes-bug: #2066871
Change-Id: Ieb836d7e63ce8bb14c4ae4fc57b012ee3249dcc7
2025-01-02 14:35:00 +00:00

6 lines
62 B
JSON

{
"update_access": {
"access_level": "ro"
}
}