Minor language tweak
This commit is contained in:
parent
b12dab6705
commit
e8a863e943
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue