Skip to content

Commit

Permalink
openapi: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
schzhn committed Jul 13, 2023
1 parent 2279b03 commit cabb80a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions openapi/CHANGELOG.md
Expand Up @@ -15,8 +15,8 @@ The following HTTP APIs have been changed:
* `POST /control/clients/add`;
* `POST /control/clients/update`;

The new field `schedule` has been added to JSON objects. It has the following
format:
The new field `blocked_services_schedule` has been added to JSON objects. It
has the following format:

```json
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi.yaml
Expand Up @@ -2547,7 +2547,7 @@
'$ref': '#/components/schemas/SafeSearchConfig'
'use_global_blocked_services':
'type': 'boolean'
'schedule':
'blocked_services_schedule':
'$ref': '#/components/schemas/Schedule'
'blocked_services':
'type': 'array'
Expand Down

0 comments on commit cabb80a

Please sign in to comment.