Skip to content

Commit 97c3477

Browse files
committed
Update the documentation
1 parent b7223a3 commit 97c3477

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ The following table describes the plan to implement the rest of the Grafana API
226226
| [Admin HTTP API](https://grafana.com/docs/grafana/latest/http_api/admin/) | 25 | | | |
227227
| [Fine-grained access control HTTP API](https://grafana.com/docs/grafana/latest/http_api/access_control/) | 25 | | | |
228228
| [Library Element HTTP API](https://grafana.com/docs/grafana/latest/http_api/library_element/) | 25 | | | |
229+
| [Alerting Provisioning HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/alerting_provisioning/) | | | | |
230+
| [Service Account HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/serviceaccount/) | 25 | | | |
229231

230232
## Installation
231233

docs/grafana_api_sdk.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ The following list describes the currently supported features of the Grafana API
99
- [x] [Legacy Alerting HTTP API](https://grafana.com/docs/grafana/latest/http_api/alerting/)
1010
- [x] [Alerting HTTP API](https://editor.swagger.io/?url=https://raw.githubusercontent.com/grafana/grafana/main/pkg/services/ngalert/api/tooling/post.json)
1111
- [x] [Alerting Notification Channels HTTP API](https://grafana.com/docs/grafana/latest/http_api/alerting_notification_channels/)
12-
- [ ] [Annotations HTTP API](https://grafana.com/docs/grafana/latest/http_api/annotations/)
13-
- [ ] [Authentication HTTP API](https://grafana.com/docs/grafana/latest/http_api/auth/)
12+
- [x] [Annotations HTTP API](https://grafana.com/docs/grafana/latest/http_api/annotations/)
13+
- [x] [Authentication HTTP API](https://grafana.com/docs/grafana/latest/http_api/auth/)
1414
- [x] [Data source HTTP API](https://grafana.com/docs/grafana/latest/http_api/data_source/)
1515
- [x] [Datasource Permissions HTTP API](https://grafana.com/docs/grafana/latest/http_api/datasource_permissions/)
1616
- [x] [Folder HTTP API](https://grafana.com/docs/grafana/v7.5/http_api/folder/)
1717
- [x] [Folder Permissions HTTP API](https://grafana.com/docs/grafana/v7.5/http_api/folder_permissions/)
1818
- [x] [Search HTTP API](https://grafana.com/docs/grafana/v7.5/http_api/folder_dashboard_search/)
19-
- [ ] [External Group Sync HTTP API](https://grafana.com/docs/grafana/latest/http_api/external_group_sync/)
20-
- [ ] [Fine-grained access control HTTP API](https://grafana.com/docs/grafana/latest/http_api/access_control/)
21-
- [ ] [HTTP Preferences API](https://grafana.com/docs/grafana/latest/http_api/preferences/)
19+
- [x] [External Group Sync HTTP API](https://grafana.com/docs/grafana/latest/http_api/external_group_sync/)
20+
- [ ] [Access control HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/access_control/)
21+
- [x] [HTTP Preferences API](https://grafana.com/docs/grafana/latest/http_api/preferences/)
2222
- [x] [HTTP Snapshot API](https://grafana.com/docs/grafana/latest/http_api/snapshot/)
2323
- [ ] [Library Element HTTP API](https://grafana.com/docs/grafana/latest/http_api/library_element/)
2424
- [x] [Query History API](https://grafana.com/docs/grafana/latest/http_api/query_history/)
@@ -30,6 +30,8 @@ The following list describes the currently supported features of the Grafana API
3030
- [x] [Short URL HTTP API](https://grafana.com/docs/grafana/latest/http_api/short_url/)
3131
- [x] [Team HTTP API](https://grafana.com/docs/grafana/latest/http_api/team/)
3232
- [x] [User HTTP API](https://grafana.com/docs/grafana/latest/http_api/user/)
33+
- [ ] [Service Account HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/serviceaccount/)
34+
- [ ] [Alerting Provisioning HTTP API](https://grafana.com/docs/grafana/latest/developers/http_api/alerting_provisioning/)
3335

3436
## Installation
3537

0 commit comments

Comments
 (0)