Added some descriptions
This commit is contained in:
parent
a141ba9c58
commit
5d1671c64b
|
@ -431,7 +431,7 @@ PUT _opensearch/_security/api/internalusers/<username>
|
|||
|
||||
### Patch user
|
||||
|
||||
Updates individual attributes of an internal user.
|
||||
Updates individual attributes of an internal user.
|
||||
|
||||
#### Request
|
||||
|
||||
|
@ -755,6 +755,8 @@ GET _opensearch/_security/api/rolesmapping
|
|||
|
||||
### Delete role mapping
|
||||
|
||||
Deletes the specified role mapping.
|
||||
|
||||
#### Request
|
||||
|
||||
```
|
||||
|
@ -912,6 +914,8 @@ GET _opensearch/_security/api/tenants/
|
|||
|
||||
### Delete tenant
|
||||
|
||||
Deletes the specified tenant.
|
||||
|
||||
#### Request
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue