Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
openapi: post /v1/root-cause-analyses/error-groups/{errorGroupId}
title: Asynchronously generates a root cause analysis for a specific error group. Returns an `id` which you can use to poll the `/root-cause-analyses/{id}` endpoint.
---
6 changes: 6 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,12 @@
"api-reference/status-pages/get-all-subscriptions-for-a-specific-status-page",
"api-reference/status-pages/delete-a-subscription-belonging-to-a-specific-status-page"
]
},
{
"group": "Rocky AI",
"pages": [
"api-reference/rocky-ai/asynchronously-generates-a-root-cause-analysis-for-a-specific-error-group-returns-an-id-which-you-can-use-to-poll-the-root-cause-analyses-id-endpoint"
]
}
]
}
Expand Down