diff --git a/oas_docs/bundle.json b/oas_docs/bundle.json index 3431ff15fef5d..18ea20464319d 100644 --- a/oas_docs/bundle.json +++ b/oas_docs/bundle.json @@ -5848,6 +5848,12 @@ } }, "description": "Indicates a successful call." + }, + "400": { + "description": "Indicates an invalid schema or parameters." + }, + "403": { + "description": "Indicates that this call is forbidden." } }, "summary": "Get information about rules", diff --git a/oas_docs/bundle.serverless.json b/oas_docs/bundle.serverless.json index 3431ff15fef5d..18ea20464319d 100644 --- a/oas_docs/bundle.serverless.json +++ b/oas_docs/bundle.serverless.json @@ -5848,6 +5848,12 @@ } }, "description": "Indicates a successful call." + }, + "400": { + "description": "Indicates an invalid schema or parameters." + }, + "403": { + "description": "Indicates that this call is forbidden." } }, "summary": "Get information about rules",