> ## Documentation Index
> Fetch the complete documentation index at: https://opendonationassistant.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Post maxcommandstoggle announcer



## OpenAPI

````yaml /api-reference/oda-max-service-1.0.0.yml post /max/commands/toggle-announcer
openapi: 3.0.1
info:
  title: oda-max-service
  version: 1.0.0
servers: []
security: []
paths:
  /max/commands/toggle-announcer:
    post:
      operationId: disableAnnouncer
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Void'
components:
  schemas:
    Void:
      type: object

````