# Set group announce mode **POST /group/announce** Enable/disable announce mode so only admins can send messages ## Servers - http://localhost:3000: http://localhost:3000 () ## Authentication methods - Basic auth ## Parameters ## Body parameters Content-type: application/json - **group_id** (string) The group ID - **announce** (boolean) Whether to enable announce mode (true) or disable it (false) ## Responses ### 200: OK #### Body Parameters: application/json (object) - **code** (string) - **message** (string) - **results** (string) ### 400: Bad Request #### Body Parameters: application/json (object) - **code** (string) HTTP Status Code - **message** (string) Detail error message - **results** (object) additional data ### 500: Internal Server Error #### Body Parameters: application/json (object) - **code** (string) SYSTEM_CODE_ERROR - **message** (string) Detail error message - **results** (object) additional data [Powered by Bump.sh](https://bump.sh)