diff options
Diffstat (limited to 'public/api/wekan.yml')
-rw-r--r-- | public/api/wekan.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/public/api/wekan.yml b/public/api/wekan.yml index 539b0f61..891f7f85 100644 --- a/public/api/wekan.yml +++ b/public/api/wekan.yml @@ -1,7 +1,7 @@ swagger: '2.0' info: title: Wekan REST API - version: v3.11 + version: v3.16 description: | The REST API allows you to control and extend Wekan with ease. @@ -2867,7 +2867,11 @@ definitions: type: string hiddenSystemMessages: description: | - does the user wants to hide system messages? + does the user want to hide system messages? + type: boolean + hiddenMinicardLabelText: + description: | + does the user want to hide minicard label texts? type: boolean initials: description: | |