HDDS-2096. Ozone ACL document missing AddAcl API

Closes #1427
This commit is contained in:
Xiaoyu Yao 2019-09-16 14:54:20 +02:00 committed by Márton Elek
parent 1e13fe6310
commit b6334381df
No known key found for this signature in database
GPG Key ID: D51EA8F00EE79B28
1 changed files with 3 additions and 1 deletions

View File

@ -78,5 +78,7 @@ supported are:
of the ozone object and a list of ACLs.
2. **GetAcl** This API will take the name and type of the ozone object
and will return a list of ACLs.
3. **RemoveAcl** - This API will take the name, type of the
3. **AddAcl** - This API will take the name, type of the ozone object, the
ACL, and add it to existing ACL entries of the ozone object.
4. **RemoveAcl** - This API will take the name, type of the
ozone object and the ACL that has to be removed.