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(...)
2983
2983
==== activate_user_profile
2984
2984
Creates or updates the user profile on behalf of another user.
2985
2985
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]
2987
2987
[source,ts]
2988
2988
----
2989
2989
client.security.activateUserProfile(...)
@@ -3293,7 +3293,7 @@ client.security.getUserPrivileges(...)
3293
3293
==== get_user_profile
3294
3294
Retrieves user profile for the given unique ID.
3295
3295
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]
3297
3297
[source,ts]
3298
3298
----
3299
3299
client.security.getUserProfile(...)
@@ -3493,7 +3493,7 @@ client.security.suggestUserProfiles(...)
3493
3493
==== update_user_profile_data
3494
3494
Update application specific data for the user profile of the given unique ID.
3495
3495
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]
3497
3497
[source,ts]
3498
3498
----
3499
3499
client.security.updateUserProfileData(...)
You can’t perform that action at this time.
0 commit comments