elastic / elasticsearch-specification

Elasticsearch full specification
Apache License 2.0
110 stars 66 forks source link

Prioritize request descriptions over rest-spec for endpoint descriptions #2625

Closed swallez closed 2 weeks ago

swallez commented 2 weeks ago

Changes the endpoint description lookup strategy to prioritize the description from request objects (i.e. in the TypeScript API) over the description from the rest-spec json file.