Skip to content

Commit 289077a

Browse files
authored
Merge pull request #128 from tallzeebaa/hotfix-master/SA-16040
Remove non-existing fields [SA-16040] (master)
2 parents e29a6c0 + 79f0272 commit 289077a

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.redocly.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# See https://docs.redoc.ly/cli/configuration/ for more information.
2+
organization: schoolbox
3+
extends:
4+
- recommended
25
apis:
36
main:
47
root: openapi/openapi.yaml

openapi/components/schemas/user-fields.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,20 +73,12 @@ properties:
7373
The user's job or position title within the school which owns the
7474
Schoolbox instance.
7575
76-
isBoarder:
77-
type: boolean
78-
description: Is this user a boarder?
79-
8076
flags:
8177
type: object
8278
description: |
8379
A set of flags which control the behavior of a user's Schoolbox
8480
session.
8581
properties:
86-
showWebmailTab:
87-
type: boolean
88-
default: false
89-
description: Does the Webmail tab display for this user?
9082
showContacts:
9183
type: boolean
9284
description: Does this user's contacts get shown to other users?

0 commit comments

Comments
 (0)