Skip to content

Commit 6a4a3df

Browse files
committed
Merge branch '188514-rules-4xx-oas' of https://github.com/Zacqary/kibana into 188514-rules-4xx-oas
2 parents 3e51490 + e68a37c commit 6a4a3df

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

oas_docs/bundle.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6249,6 +6249,12 @@
62496249
}
62506250
},
62516251
"description": "Indicates a successful call."
6252+
},
6253+
"400": {
6254+
"description": "Indicates an invalid schema or parameters."
6255+
},
6256+
"403": {
6257+
"description": "Indicates that this call is forbidden."
62526258
}
62536259
},
62546260
"summary": "Get information about rules",

oas_docs/bundle.serverless.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6249,6 +6249,12 @@
62496249
}
62506250
},
62516251
"description": "Indicates a successful call."
6252+
},
6253+
"400": {
6254+
"description": "Indicates an invalid schema or parameters."
6255+
},
6256+
"403": {
6257+
"description": "Indicates that this call is forbidden."
62526258
}
62536259
},
62546260
"summary": "Get information about rules",

0 commit comments

Comments
 (0)