mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
Add channel_locked to webhook creation and update docs (#34398)
Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
parent
5051ba30bf
commit
8a3899440b
1 changed files with 6 additions and 0 deletions
|
|
@ -38,6 +38,9 @@
|
|||
type: string
|
||||
description: The profile picture this incoming webhook will use when
|
||||
posting.
|
||||
channel_locked:
|
||||
type: boolean
|
||||
description: Whether the webhook is locked to the channel.
|
||||
description: Incoming webhook to be created
|
||||
required: true
|
||||
responses:
|
||||
|
|
@ -221,6 +224,9 @@
|
|||
type: string
|
||||
description: The profile picture this incoming webhook will use when
|
||||
posting.
|
||||
channel_locked:
|
||||
type: boolean
|
||||
description: Whether the webhook is locked to the channel.
|
||||
description: Incoming webhook to be updated
|
||||
required: true
|
||||
responses:
|
||||
|
|
|
|||
Loading…
Reference in a new issue