@@ -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