Skip to content

Commit

Permalink
home: imp docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizzick committed Jan 12, 2023
1 parent 0f13248 commit 4e866b7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ and this project adheres to



## [v0.107.22] - 2222-12-28 (APPROX.)
<!--
## [v0.107.22] - 2222-01-18 (APPROX.)
See also the [v0.107.22 GitHub milestone][ms-v0.107.22].
Expand All @@ -35,7 +36,7 @@ See also the [v0.107.22 GitHub milestone][ms-v0.107.22].
[#613]: https://github.com/AdguardTeam/AdGuardHome/issues/613
[ms-v0.107.22]: https://github.com/AdguardTeam/AdGuardHome/milestone/58?closed=1

-->


## [v0.107.21] - 2122-12-15
Expand Down
10 changes: 10 additions & 0 deletions openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ Use `GET /control/profile`.

* The new `PUT /control/profile/update` HTTP API allows user info updates.

These `control/profile` APIs accept and return a JSON object with the following format:

```json
{
"name":"user name",
"language": "en",
"theme": "auto"
}
```



## v0.107.20: API Changes
Expand Down
4 changes: 4 additions & 0 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2359,6 +2359,10 @@
'type': 'string'
'theme':
'type': 'string'
'enum':
- 'auto'
- 'dark'
- 'light'
'Client':
'type': 'object'
'description': 'Client information.'
Expand Down

0 comments on commit 4e866b7

Please sign in to comment.