Skip to content

Commit 6805a89

Browse files
Update rest-api-spec 8.2 (#1602)
Co-authored-by: delvedor <[email protected]>
1 parent c969655 commit 6805a89

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

output/schema/schema.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/validation-errors.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_json_spec/security.search_user_profiles.json renamed to specification/_json_spec/security.suggest_user_profiles.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"security.search_user_profiles": {
2+
"security.suggest_user_profiles": {
33
"documentation": {
4-
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/security-api-search-user-profile.html",
5-
"description": "Searches for user profiles that match specified criteria."
4+
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/security-api-suggest-user-profile.html",
5+
"description": "Get suggestions for user profiles that match specified search criteria."
66
},
77
"stability": "experimental",
88
"visibility": "feature_flag",
@@ -14,7 +14,7 @@
1414
"url": {
1515
"paths": [
1616
{
17-
"path": "/_security/profile/_search",
17+
"path": "/_security/profile/_suggest",
1818
"methods": ["GET", "POST"]
1919
}
2020
]
@@ -26,7 +26,7 @@
2626
}
2727
},
2828
"body": {
29-
"description": "The search definition for user profiles",
29+
"description": "The suggestion definition for user profiles",
3030
"required": false
3131
}
3232
}

0 commit comments

Comments
 (0)