Skip to content

Commit df588f3

Browse files
authored
Merge pull request #232 from checkly/tnolet/rocky-ai-pub-api
feat: adds API docs for Rocky AI RCA [ship]
2 parents 01522cd + 9704236 commit df588f3

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
openapi: post /v1/root-cause-analyses/error-groups/{errorGroupId}
3+
---
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
openapi: get /v1/root-cause-analyses/{id}
3+
---

docs.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,13 @@
830830
"api-reference/reporting/generates-a-report-with-aggregate-statistics-for-checks-and-check-groups"
831831
]
832832
},
833+
{
834+
"group": "Rocky AI",
835+
"pages": [
836+
"api-reference/rocky-ai/retrieve-one-root-cause-analysis",
837+
"api-reference/rocky-ai/generate-a-root-cause-analysis-for-an-error-group"
838+
]
839+
},
833840
{
834841
"group": "Runtimes",
835842
"pages": [

0 commit comments

Comments
 (0)