Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/capture_oas_snapsho…
Browse files Browse the repository at this point in the history
…t --include-path /api/status --include-path /api/alerting/rule/ --include-path /api/alerting/rules --include-path /api/actions --update'
  • Loading branch information
kibanamachine committed Sep 18, 2024
1 parent a8d4987 commit 0c92742
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 422 deletions.
251 changes: 40 additions & 211 deletions oas_docs/bundle.json
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,12 @@
"204": {
"description": "Indicates a successful call."
},
"400": {
"description": "Indicates an invalid schema or parameters."
},
"403": {
"description": "Indicates that this call is forbidden."
},
"404": {
"description": "Indicates a rule with the given ID does not exist."
}
Expand Down Expand Up @@ -2002,6 +2008,12 @@
},
"description": "Indicates a successful call."
},
"400": {
"description": "Indicates an invalid schema or parameters."
},
"403": {
"description": "Indicates that this call is forbidden."
},
"404": {
"description": "Indicates a rule with the given ID does not exist."
}
Expand Down Expand Up @@ -3193,40 +3205,13 @@
"description": "Indicates a successful call."
},
"400": {
"description": "Indicates that the requested rule type is not registered."
"description": "Indicates an invalid schema or parameters."
},
"403": {
"content": {
"application/json; Elastic-Api-Version=2023-10-31": {
"schema": {
"additionalProperties": false,
"properties": {
"error": {
"enum": [
"Forbidden"
],
"type": "string"
},
"message": {
"type": "string"
},
"statusCode": {
"enum": [
403
],
"type": "integer"
}
},
"required": [
"statusCode",
"error",
"message"
],
"type": "object"
}
}
},
"description": "Indicates that this call is forbidden."
},
"409": {
"description": "Indicates that the rule id is already in use."
}
},
"summary": "Create a rule",
Expand Down Expand Up @@ -4398,41 +4383,17 @@
},
"description": "Indicates a successful call."
},
"400": {
"description": "Indicates an invalid schema or parameters."
},
"403": {
"content": {
"application/json; Elastic-Api-Version=2023-10-31": {
"schema": {
"additionalProperties": false,
"properties": {
"error": {
"enum": [
"Forbidden"
],
"type": "string"
},
"message": {
"type": "string"
},
"statusCode": {
"enum": [
403
],
"type": "integer"
}
},
"required": [
"statusCode",
"error",
"message"
],
"type": "object"
}
}
},
"description": "Indicates that this call is forbidden."
},
"404": {
"description": "Indicates a rule with the given ID does not exist."
},
"409": {
"description": "Indicates that the rule has already been updated by another user."
}
},
"summary": "Update a rule",
Expand Down Expand Up @@ -4499,37 +4460,10 @@
"204": {
"description": "Indicates a successful call."
},
"400": {
"description": "Indicates an invalid schema."
},
"403": {
"content": {
"application/json; Elastic-Api-Version=2023-10-31": {
"schema": {
"additionalProperties": false,
"properties": {
"error": {
"enum": [
"Forbidden"
],
"type": "string"
},
"message": {
"type": "string"
},
"statusCode": {
"enum": [
403
],
"type": "integer"
}
},
"required": [
"statusCode",
"error",
"message"
],
"type": "object"
}
}
},
"description": "Indicates that this call is forbidden."
},
"404": {
Expand Down Expand Up @@ -4582,37 +4516,10 @@
"204": {
"description": "Indicates a successful call."
},
"400": {
"description": "Indicates an invalid schema or parameters."
},
"403": {
"content": {
"application/json; Elastic-Api-Version=2023-10-31": {
"schema": {
"additionalProperties": false,
"properties": {
"error": {
"enum": [
"Forbidden"
],
"type": "string"
},
"message": {
"type": "string"
},
"statusCode": {
"enum": [
403
],
"type": "integer"
}
},
"required": [
"statusCode",
"error",
"message"
],
"type": "object"
}
}
},
"description": "Indicates that this call is forbidden."
},
"404": {
Expand Down Expand Up @@ -4759,41 +4666,17 @@
"204": {
"description": "Indicates a successful call."
},
"400": {
"description": "Indicates an invalid schema or parameters."
},
"403": {
"content": {
"application/json; Elastic-Api-Version=2023-10-31": {
"schema": {
"additionalProperties": false,
"properties": {
"error": {
"enum": [
"Forbidden"
],
"type": "string"
},
"message": {
"type": "string"
},
"statusCode": {
"enum": [
403
],
"type": "integer"
}
},
"required": [
"statusCode",
"error",
"message"
],
"type": "object"
}
}
},
"description": "Indicates that this call is forbidden."
},
"404": {
"description": "Indicates a rule with the given ID does not exist."
},
"409": {
"description": "Indicates that the rule has already been updated by another user."
}
},
"summary": "Update the API key for a rule",
Expand Down Expand Up @@ -4851,37 +4734,10 @@
"204": {
"description": "Indicates a successful call."
},
"400": {
"description": "Indicates an invalid schema or parameters."
},
"403": {
"content": {
"application/json; Elastic-Api-Version=2023-10-31": {
"schema": {
"additionalProperties": false,
"properties": {
"error": {
"enum": [
"Forbidden"
],
"type": "string"
},
"message": {
"type": "string"
},
"statusCode": {
"enum": [
403
],
"type": "integer"
}
},
"required": [
"statusCode",
"error",
"message"
],
"type": "object"
}
}
},
"description": "Indicates that this call is forbidden."
},
"404": {
Expand Down Expand Up @@ -4943,37 +4799,10 @@
"204": {
"description": "Indicates a successful call."
},
"400": {
"description": "Indicates an invalid schema or parameters."
},
"403": {
"content": {
"application/json; Elastic-Api-Version=2023-10-31": {
"schema": {
"additionalProperties": false,
"properties": {
"error": {
"enum": [
"Forbidden"
],
"type": "string"
},
"message": {
"type": "string"
},
"statusCode": {
"enum": [
403
],
"type": "integer"
}
},
"required": [
"statusCode",
"error",
"message"
],
"type": "object"
}
}
},
"description": "Indicates that this call is forbidden."
},
"404": {
Expand Down
Loading

0 comments on commit 0c92742

Please sign in to comment.