Add channel_locked to webhook creation and update docs (#34398)

Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
Nick Misasi 2025-11-10 13:40:26 -05:00 committed by GitHub
parent 5051ba30bf
commit 8a3899440b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: