mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-25 14:35:48 +03:00
* changelog
This commit is contained in:
parent
2a2647dc3f
commit
49e535336b
1 changed files with 17 additions and 0 deletions
|
@ -1,6 +1,23 @@
|
||||||
# AdGuard Home API Change Log
|
# AdGuard Home API Change Log
|
||||||
|
|
||||||
|
|
||||||
|
## v0.99.1: API changes
|
||||||
|
|
||||||
|
### API: Get current user info: GET /control/profile
|
||||||
|
|
||||||
|
Request:
|
||||||
|
|
||||||
|
GET /control/profile
|
||||||
|
|
||||||
|
Response:
|
||||||
|
|
||||||
|
200 OK
|
||||||
|
|
||||||
|
{
|
||||||
|
"name":"..."
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
## v0.99: incompatible API changes
|
## v0.99: incompatible API changes
|
||||||
|
|
||||||
* A note about web user authentication
|
* A note about web user authentication
|
||||||
|
|
Loading…
Reference in a new issue