You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/static/mattermost-openapi-v4.yaml
+51-7Lines changed: 51 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -5984,6 +5984,9 @@ paths:
5984
5984
type:
5985
5985
type: string
5986
5986
description: "'O' for a public channel, 'P' for a private channel"
5987
+
managed_category_name:
5988
+
type: string
5989
+
description: The name of the managed category to assign this channel to. Requires an Enterprise license and the `EnableManagedChannelCategories` config setting to be enabled.
5987
5990
description: Channel object to be created
5988
5991
required: true
5989
5992
responses:
@@ -6728,6 +6731,9 @@ paths:
6728
6731
description: Enable or disable automatic message translation in the channel. Requires the auto-translation feature and appropriate channel permission. May be restricted for direct and group message channels by server configuration.
6729
6732
banner_info:
6730
6733
$ref: '#/components/schemas/ChannelBanner'
6734
+
managed_category_name:
6735
+
type: string
6736
+
description: The name of the managed category to assign this channel to. Set to an empty string to clear. Requires an Enterprise license and the `EnableManagedChannelCategories` config setting to be enabled.
6731
6737
description: Channel patch object; include only the fields to update. At least one field must be provided.
Returns a map of channel ID to managed category name for all channels the requesting user is a member of in the given team that have a managed category assigned.
7306
+
7307
+
7308
+
Requires an Enterprise license and the `EnableManagedChannelCategories` config setting to be enabled.
0 commit comments