Skip to content

Commit 081cac4

Browse files
committed
API generation
1 parent 79adf72 commit 081cac4

File tree

156 files changed

+61
-16940
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+61
-16940
lines changed

api/api/cat.snapshots.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,8 @@ function buildCatSnapshots (opts) {
8383

8484
// check required parameters
8585
if (params['repository'] == null) {
86-
return callback(
87-
new ConfigurationError('Missing required parameter: repository'),
88-
result
89-
)
86+
const err = new ConfigurationError('Missing required parameter: repository')
87+
return handleError(err, callback)
9088
}
9189
if (params.body != null) {
9290
const err = new ConfigurationError('This API does not require a body')

api/api/ccr.delete_auto_follow_pattern.js

Lines changed: 0 additions & 122 deletions
This file was deleted.

api/api/ccr.follow.js

Lines changed: 0 additions & 128 deletions
This file was deleted.

api/api/ccr.follow_info.js

Lines changed: 0 additions & 116 deletions
This file was deleted.

0 commit comments

Comments
 (0)