elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.46k stars 8.04k forks source link

[HTTP/OAS] Support deprecated operations #186003

Closed lcawl closed 1 week ago

lcawl commented 2 weeks ago

Relates to https://github.com/elastic/kibana/issues/180056

https://github.com/elastic/kibana/pull/181240 added support for deprecated properties however we also have operations that need to be deprecated.

For example, the create saved objects, which was deprecated in 8.7.0. We're represented it in the manually maintained OpenAPI document as follows and would ideally have something similar in the automated output: https://github.com/elastic/kibana/blob/e35800d02954b92faf8b49ad7426b20af7116d03/packages/core/saved-objects/docs/openapi/bundled.yaml#L628

elasticmachine commented 2 weeks ago

Pinging @elastic/kibana-core (Team:Core)