Minor language tweak

This commit is contained in:
keithhc2 2021-09-24 14:23:17 -07:00
parent b12dab6705
commit e8a863e943
1 changed files with 2 additions and 13 deletions

View File

@ -1235,9 +1235,9 @@ GET _plugins/_security/api/nodesdn/<cluster-name>
```
### Add distinguished names
### Update distinguished names
Adds the specified distinguished names to the cluster's or node's allow list.
Adds or updates the specified distinguished names in the cluster's or node's allow list.
#### Request
@ -1259,17 +1259,6 @@ PUT _plugins/_security/api/nodesdn/<cluster-name>
}
```
If the specified cluster or node already has an allow list of distinguished names, the PUT request updates the list instead.
#### Sample response
```json
{
"status": "OK",
"message": "'cluster7' updated."
}
```
### Delete distinguished names