Skip to content

Commit

Permalink
openapi: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Feb 4, 2022
1 parent a801644 commit 9346bb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

* The new status code `422 Unprocessable Entity` in the response for
`POST /install/configure` which means that the specified password does not
meet the length requirements.
meet the strength requirements.

### The new field `"version"` in `AddressesInfo`

Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@
specified addresses.
'422':
'description': >
The specified password does not meet the length requirements.
The specified password does not meet the strength requirements.
'500':
'description': 'Cannot start the DNS server'
'/login':
Expand Down

0 comments on commit 9346bb6

Please sign in to comment.