Преглед на файлове

HDDS-2096. Ozone ACL document missing AddAcl API

Closes #1427
Xiaoyu Yao преди 5 години
родител
ревизия
b6334381df
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      hadoop-hdds/docs/content/security/SecurityAcls.md

+ 3 - 1
hadoop-hdds/docs/content/security/SecurityAcls.md

@@ -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.