Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"url": "https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-cancel-migrate-reindex",
"description": "Cancel a migration reindex operation"
},
"stability": "experimental",
"visibility": "private",
"stability": "stable",
"visibility": "public",
"headers": {
"accept": ["application/json"],
"content_type": ["application/json"]
Expand Down
4 changes: 2 additions & 2 deletions specification/_json_spec/indices.create_from.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"url": "https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-create-from",
"description": "Create an index from a source index"
},
"stability": "experimental",
"visibility": "private",
"stability": "stable",
"visibility": "public",
"headers": {
"accept": ["application/json"],
"content_type": ["application/json"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"url": "https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-migration",
"description": "Get the migration reindexing status"
},
"stability": "experimental",
"visibility": "private",
"stability": "stable",
"visibility": "public",
"headers": {
"accept": ["application/json"],
"content_type": ["application/json"]
Expand Down
4 changes: 2 additions & 2 deletions specification/_json_spec/indices.migrate_reindex.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"url": "https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-migrate-reindex",
"description": "Reindex legacy backing indices"
},
"stability": "experimental",
"visibility": "private",
"stability": "stable",
"visibility": "public",
"headers": {
"accept": ["application/json"],
"content_type": ["application/json"]
Expand Down
6 changes: 2 additions & 4 deletions specification/_json_spec/indices.resolve_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@
"default": true
},
"mode": {
"type": "enum",
"options": ["standard", "time_series", "logsdb", "lookup"],
"default": "",
"description": "Filter indices by index mode. Comma-separated list of IndexMode. Empty means no filter."
"type": "string",
"description": "Filter indices by index mode"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to fix this with a default value on both sides and an enum on the rest-api-spec side.

}
}
}
Expand Down
2 changes: 1 addition & 1 deletion specification/_json_spec/query_rules.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-query-rules-test",
"description": "Test a query ruleset"
},
"stability": "experimental",
"stability": "stable",
"visibility": "public",
"headers": {
"accept": ["application/json"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Activate a user profile"
},
"stability": "stable",
"visibility": "private",
"visibility": "public",
"headers": {
"accept": ["application/json"],
"content_type": ["application/json"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Disable a user profile"
},
"stability": "stable",
"visibility": "private",
"visibility": "public",
"headers": {
"accept": ["application/json"]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Enable a user profile"
},
"stability": "stable",
"visibility": "private",
"visibility": "public",
"headers": {
"accept": ["application/json"]
},
Expand Down
2 changes: 1 addition & 1 deletion specification/_json_spec/security.get_user_profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Get a user profile"
},
"stability": "stable",
"visibility": "private",
"visibility": "public",
"headers": {
"accept": ["application/json"]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Check user profile privileges"
},
"stability": "stable",
"visibility": "private",
"visibility": "public",
"headers": {
"accept": ["application/json"],
"content_type": ["application/json"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Suggest a user profile"
},
"stability": "stable",
"visibility": "private",
"visibility": "public",
"headers": {
"accept": ["application/json"],
"content_type": ["application/json"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Update user profile data"
},
"stability": "stable",
"visibility": "private",
"visibility": "public",
"headers": {
"accept": ["application/json"],
"content_type": ["application/json"]
Expand Down