-
Notifications
You must be signed in to change notification settings - Fork 4
new API structure #159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
new API structure #159
Conversation
sujaya-sys
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@guolau I don't really have context on this change so mainly looked for wording inconsistencies. Hope that helps - feel free to disregard anything that doesn't make sense :)
| @@ -1,3 +1,4 @@ | |||
| --- | |||
| openapi: get /v1/accounts/{accountId} | |||
| title: Get specific account details | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| title: Get specific account details | |
| title: Get details for a specific account |
| @@ -1,3 +1,4 @@ | |||
| --- | |||
| openapi: get /v1/accounts/me | |||
| title: Get current account details | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| title: Get current account details | |
| title: Get details for the current account |
| @@ -1,3 +1,4 @@ | |||
| --- | |||
| openapi: get /v1/accounts | |||
| title: Get all account details | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| title: Get all account details | |
| title: Get details for all accounts |
| @@ -1,3 +1,4 @@ | |||
| --- | |||
| openapi: post /v1/client-certificates | |||
| title: Create new client certificate | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| title: Create new client certificate | |
| title: Create a client certificate |
| @@ -1,3 +1,4 @@ | |||
| --- | |||
| openapi: get /v1/analytics/api-checks/{id} | |||
| title: Get API Check analytics | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| title: Get API Check analytics | |
| title: Get API check analytics |
| @@ -1,3 +1,4 @@ | |||
| --- | |||
| openapi: get /v1/checks/heartbeats/{checkId}/events/{id} | |||
| title: List a specific heartbeat event | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| title: List a specific heartbeat event | |
| title: List a specific event for a heartbeat monitor |
| @@ -1,3 +1,4 @@ | |||
| --- | |||
| openapi: get /v1/checks/heartbeats/{checkId}/availability | |||
| title: Get heartbeat availability | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| title: Get heartbeat availability | |
| title: Get heartbeat monitor availability |
| @@ -1,3 +1,4 @@ | |||
| --- | |||
| openapi: put /v1/checks/heartbeat/{id} | |||
| title: Update a heartbeat check | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| title: Update a heartbeat check | |
| title: Update a heartbeat monitor |
| @@ -1,3 +1,4 @@ | |||
| --- | |||
| openapi: delete /v1/client-certificates/{id} | |||
| title: Delete existing client certificate | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| title: Delete existing client certificate | |
| title: Delete a client certificate |
|
|
||
| #### Broken Navigation Links (in docs.json but no MDX file) | ||
|
|
||
| | Missing File | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm missing context on the purpose of this doc, but why are we documenting issues, missing files, open questions, inconsistencies etc here?
Affected Components
Notes for the Reviewer
New Dependency Submission
Screenshots