Added API to return user count bands and user count (#25796)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
cac50f593b
Коммит
a59f5ccded
@@ -3569,6 +3569,25 @@ components:
|
||||
state:
|
||||
description: The current state of the installation
|
||||
type: string
|
||||
UserLimits:
|
||||
type: object
|
||||
properties:
|
||||
maxUsersLimit:
|
||||
description: The maximum number of users allowed on server
|
||||
type: integer
|
||||
format: int64
|
||||
lowerBandUserLimit:
|
||||
description: User count after which to show the first upgrade message
|
||||
type: integer
|
||||
format: int64
|
||||
upperBandUserLimit:
|
||||
description: User count after which to show the second upgrade message
|
||||
type: integer
|
||||
format: int64
|
||||
activeUserCount:
|
||||
description: The number of active users in the server
|
||||
type: integer
|
||||
format: int64
|
||||
externalDocs:
|
||||
description: Find out more about Mattermost
|
||||
url: 'https://about.mattermost.com'
|
||||
|
||||
Ссылка в новой задаче
Block a user