Skip to content

Commit fe9a064

Browse files
committed
renaming and correcting get random sample request and response
1 parent f8329db commit fe9a064

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

specification/indices/get_sample/GetRandomSamplesRequest.ts renamed to specification/indices/get_sample/GetRandomSampleRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import { RequestBase } from '@_types/Base'
3030
export interface Request extends RequestBase {
3131
urls: [
3232
{
33-
path: '{index}/_data_stream'
33+
path: '{index}/_sample'
3434
methods: ['GET']
3535
}
3636
]

specification/indices/get_sample/GetRandomSamplesResponse.ts renamed to specification/indices/get_sample/GetRandomSampleResponse.ts

File renamed without changes.

0 commit comments

Comments
 (0)