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

# Merge Audience



## OpenAPI

````yaml patch /api/audiences/{id}/merge
openapi: 3.0.1
info:
  title: API V1
  version: v1
servers:
  - url: https://{defaultHost}
    variables:
      defaultHost:
        default: api.wispera.ai
security: []
paths:
  /api/audiences/{id}/merge:
    parameters:
      - name: id
        in: path
        description: id
        required: true
        schema:
          type: string
    patch:
      summary: Merge Audience
      responses:
        '200':
          description: successful

````