docs: generate OAS for 2.11.2 (#13925)

This commit is contained in:
Shahed Nasser
2025-10-31 16:15:46 +02:00
committed by GitHub
parent 13d7d15be5
commit 604ff55a5b
403 changed files with 17473 additions and 5392 deletions

View File

@@ -65,6 +65,63 @@ get:
type: boolean
title: with_deleted
description: Whether to include deleted records in the result.
- name: q
in: query
description: Apply a search query to the campaign's searchable properties.
required: false
schema:
type: string
title: q
description: Apply a search query to the campaign's searchable properties.
- name: campaign_identifier
in: query
description: Filter by a campaign identifier.
required: false
schema:
type: string
title: campaign_identifier
description: Filter by a campaign identifier.
- name: budget
in: query
description: Filter by the campaign's budget.
required: false
schema:
type: object
description: Filter by the campaign's budget.
properties:
currency_code:
type: string
title: currency_code
description: The budget's currency code.
example: usd
- name: $and
in: query
description: >-
Join query parameters with an AND condition. Each object's content is
the same type as the expected query parameters.
required: false
schema:
type: array
description: >-
Join query parameters with an AND condition. Each object's content is
the same type as the expected query parameters.
items:
type: object
title: $and
- name: $or
in: query
description: >-
Join query parameters with an OR condition. Each object's content is the
same type as the expected query parameters.
required: false
schema:
type: array
description: >-
Join query parameters with an OR condition. Each object's content is
the same type as the expected query parameters.
items:
type: object
title: $or
security:
- api_token: []
- cookie_auth: []