openapi: Fix broken links to group-setting-values.

This commit is contained in:
Tim Abbott
2025-01-22 13:52:03 -08:00
parent 84be984619
commit b1a5755864

View File

@@ -20297,6 +20297,8 @@ paths:
The set of users who have permission to unsubscribe others from this The set of users who have permission to unsubscribe others from this
channel expressed as an [update to a group-setting value][update-group-setting]. channel expressed as an [update to a group-setting value][update-group-setting].
[update-group-setting]: /api/group-setting-values#updating-group-setting-values
Administrators can always unsubscribe others from a channel. Administrators can always unsubscribe others from a channel.
Note that a user who is a member of the specified user group must Note that a user who is a member of the specified user group must
@@ -20323,6 +20325,8 @@ paths:
The set of users who have permission to administer this channel The set of users who have permission to administer this channel
expressed as an [update to a group-setting value][update-group-setting]. expressed as an [update to a group-setting value][update-group-setting].
[update-group-setting]: /api/group-setting-values#updating-group-setting-values
Note that a user who is a member of the specified user group must Note that a user who is a member of the specified user group must
also [have access](/help/channel-permissions) to the channel in also [have access](/help/channel-permissions) to the channel in
order to administer the channel. order to administer the channel.
@@ -20350,6 +20354,8 @@ paths:
The set of users who have permission to post in this channel The set of users who have permission to post in this channel
expressed as an [update to a group-setting value][update-group-setting]. expressed as an [update to a group-setting value][update-group-setting].
[update-group-setting]: /api/group-setting-values#updating-group-setting-values
Note that a user who is a member of the specified user group must Note that a user who is a member of the specified user group must
also [have access](/help/channel-permissions) to the channel in also [have access](/help/channel-permissions) to the channel in
order to post in the channel. order to post in the channel.