Skip to content

Commit

Permalink
Add .cases-webhook to open API spec
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Aug 11, 2022
1 parent d4e0379 commit 9497b17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/cases/docs/openapi/bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -7527,6 +7527,7 @@
"type": "string",
"description": "The type of connector.",
"enum": [
".cases-webhook",
".jira",
".none",
".resilient",
Expand Down
1 change: 1 addition & 0 deletions x-pack/plugins/cases/docs/openapi/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6205,6 +6205,7 @@ components:
type: string
description: The type of connector.
enum:
- .cases-webhook
- .jira
- .none
- .resilient
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
type: string
description: The type of connector.
enum:
- .cases-webhook
- .jira
- .none
- .resilient
Expand Down

0 comments on commit 9497b17

Please sign in to comment.