Skip to content

Commit e2b8076

Browse files
authored
Correcting documentation for simulation testing (#11210)
Signed-off-by: Nagaraj G <[email protected]>
1 parent 091fa58 commit e2b8076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_security/access-control/permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ PUT /my_index/_doc/1?perform_permission_check=true
6969
```
7070
{% include copy-curl.html %}
7171

72-
The response indicates whether the user has sufficient permissions to perform the operation and lists any missing privileges. This option is useful for safely testing operations such as `POST`, `PUT`, and `DELETE` but does not apply to the `GET` operation.
72+
The response indicates whether the user has sufficient permissions to perform the operation and lists any missing privileges. This option is particularly useful for safely testing operations such as `POST`, `PUT`, and `DELETE`.
7373

7474
When the user has sufficient permissions, the response appears similar to the following:
7575

0 commit comments

Comments
 (0)