opensearch-api-specification icon indicating copy to clipboard operation
opensearch-api-specification copied to clipboard

[BUG] `source` parameter is not a global parameter for all endpoints

Open karenyrx opened this issue 7 months ago • 0 comments

What is the bug?

The global parameter source https://github.com/opensearch-project/opensearch-api-specification/blob/main/spec/_global_parameters.yaml#L28 is not supported for all APIs, for example, Scroll

How can one reproduce the bug?

GET _search/scroll?source will return an error

What is the expected behavior?

source should not be a global parameter in the spec.

What is your host/environment?

OS 2.16

Do you have any screenshots?

Image

Do you have any additional context?

N/A

karenyrx avatar May 07 '25 21:05 karenyrx