diff options
Diffstat (limited to 'doc/api/broadcast_messages.md')
-rw-r--r-- | doc/api/broadcast_messages.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/broadcast_messages.md b/doc/api/broadcast_messages.md index f7253da297d..04b2727f575 100644 --- a/doc/api/broadcast_messages.md +++ b/doc/api/broadcast_messages.md @@ -1,7 +1,7 @@ --- stage: none group: unassigned -info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers +info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments --- # Broadcast Messages API @@ -12,8 +12,8 @@ Broadcast messages API operates on [broadcast messages](../user/admin_area/broad As of GitLab 12.8, GET requests do not require authentication. All other broadcast message API endpoints are accessible only to administrators. Non-GET requests by: -- Guests will result in `401 Unauthorized`. -- Regular users will result in `403 Forbidden`. +- Guests result in `401 Unauthorized`. +- Regular users result in `403 Forbidden`. ## Get all broadcast messages |