Skip to content

Commit 6ea4e74

Browse files
Update rest-api-spec (#1758)
Co-authored-by: delvedor <[email protected]>
1 parent f87d1df commit 6ea4e74

10 files changed

+23
-29
lines changed

output/schema/schema.json

Lines changed: 7 additions & 14 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: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_json_spec/search.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@
6868
"type": "number",
6969
"description": "Starting offset (default: 0)"
7070
},
71+
"force_synthetic_source": {
72+
"type": "boolean",
73+
"description": "Should this request force synthetic _source? Use this to test if the mapping supports synthetic _source and to get a sense of the worst case performance. Fetches with this enabled will be slower the enabling synthetic source natively in the index.",
74+
"visibility": "feature_flag",
75+
"feature_flag": "es.index_mode_feature_flag_registered"
76+
},
7177
"ignore_unavailable": {
7278
"type": "boolean",
7379
"description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)"

specification/_json_spec/security.activate_user_profile.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"description": "Creates or updates the user profile on behalf of another user."
66
},
77
"stability": "experimental",
8-
"visibility": "feature_flag",
9-
"feature_flag": "es.user_profile_feature_flag_enabled",
8+
"visibility": "private",
109
"headers": {
1110
"accept": ["application/json"],
1211
"content_type": ["application/json"]

specification/_json_spec/security.disable_user_profile.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"description": "Disables a user profile so it's not visible in user profile searches."
66
},
77
"stability": "experimental",
8-
"visibility": "feature_flag",
9-
"feature_flag": "es.user_profile_feature_flag_enabled",
8+
"visibility": "private",
109
"headers": {
1110
"accept": ["application/json"]
1211
},

specification/_json_spec/security.enable_user_profile.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"description": "Enables a user profile so it's visible in user profile searches."
66
},
77
"stability": "experimental",
8-
"visibility": "feature_flag",
9-
"feature_flag": "es.user_profile_feature_flag_enabled",
8+
"visibility": "private",
109
"headers": {
1110
"accept": ["application/json"]
1211
},

specification/_json_spec/security.get_user_profile.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"description": "Retrieves user profile for the given unique ID."
66
},
77
"stability": "experimental",
8-
"visibility": "feature_flag",
9-
"feature_flag": "es.user_profile_feature_flag_enabled",
8+
"visibility": "private",
109
"headers": {
1110
"accept": ["application/json"]
1211
},

specification/_json_spec/security.has_privileges_user_profile.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"description": "Determines whether the users associated with the specified profile IDs have all the requested privileges."
66
},
77
"stability": "experimental",
8-
"visibility": "feature_flag",
9-
"feature_flag": "es.user_profile_feature_flag_enabled",
8+
"visibility": "private",
109
"headers": {
1110
"accept": ["application/json"],
1211
"content_type": ["application/json"]

specification/_json_spec/security.suggest_user_profiles.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"description": "Get suggestions for user profiles that match specified search criteria."
66
},
77
"stability": "experimental",
8-
"visibility": "feature_flag",
9-
"feature_flag": "es.user_profile_feature_flag_enabled",
8+
"visibility": "private",
109
"headers": {
1110
"accept": ["application/json"],
1211
"content_type": ["application/json"]

specification/_json_spec/security.update_user_profile_data.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"description": "Update application specific data for the user profile of the given unique ID."
66
},
77
"stability": "experimental",
8-
"visibility": "feature_flag",
9-
"feature_flag": "es.user_profile_feature_flag_enabled",
8+
"visibility": "private",
109
"headers": {
1110
"accept": ["application/json"],
1211
"content_type": ["application/json"]

0 commit comments

Comments
 (0)