File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2983,7 +2983,7 @@ client.searchableSnapshots.stats(...)
29832983==== activate_user_profile
29842984Creates or updates the user profile on behalf of another user.
29852985
2986- https://www.elastic.co/guide/en/elasticsearch/reference/current /security-api-activate-user-profile.html[Endpoint documentation]
2986+ https://www.elastic.co/guide/en/elasticsearch/reference/master /security-api-activate-user-profile.html[Endpoint documentation]
29872987[source,ts]
29882988----
29892989client.security.activateUserProfile(...)
@@ -3293,7 +3293,7 @@ client.security.getUserPrivileges(...)
32933293==== get_user_profile
32943294Retrieves user profile for the given unique ID.
32953295
3296- https://www.elastic.co/guide/en/elasticsearch/reference/current /security-api-get-user-profile.html[Endpoint documentation]
3296+ https://www.elastic.co/guide/en/elasticsearch/reference/master /security-api-get-user-profile.html[Endpoint documentation]
32973297[source,ts]
32983298----
32993299client.security.getUserProfile(...)
@@ -3493,7 +3493,7 @@ client.security.suggestUserProfiles(...)
34933493==== update_user_profile_data
34943494Update application specific data for the user profile of the given unique ID.
34953495
3496- https://www.elastic.co/guide/en/elasticsearch/reference/current /security-api-update-user-profile-data.html[Endpoint documentation]
3496+ https://www.elastic.co/guide/en/elasticsearch/reference/master /security-api-update-user-profile-data.html[Endpoint documentation]
34973497[source,ts]
34983498----
34993499client.security.updateUserProfileData(...)
You can’t perform that action at this time.
0 commit comments