Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sentio Bot committed Nov 25, 2024
1 parent 8e04e38 commit 00b1c04
Show file tree
Hide file tree
Showing 8 changed files with 697 additions and 1 deletion.
410 changes: 410 additions & 0 deletions doc/index.html

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,26 @@
}
},
"/api/v1/alerts/rule/{id}": {
"delete": {
"operationId": "DeleteAlertRule",
"responses": {
"200": {
"description": "A successful response.",
"schema": {
"type": "object",
"properties": {}
}
}
},
"parameters": [
{
"name": "id",
"in": "path",
"required": true,
"type": "string"
}
]
},
"put": {
"summary": "Save an alert rule",
"operationId": "SaveAlertRule2",
Expand Down
62 changes: 62 additions & 0 deletions src/DefaultApi.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

86 changes: 86 additions & 0 deletions src/apis/DefaultApi.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions src/types/ObjectParamAPI.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 47 additions & 0 deletions src/types/ObservableAPI.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 35 additions & 0 deletions src/types/PromiseAPI.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 00b1c04

Please sign in to comment.