Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions manage-audience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ paths:
description: "The page to return when getting (paginated) results. Must be 1 or higher."
- name: description
in: query
required: true
required: false
schema:
type: string
description: |+
Expand All @@ -410,14 +410,14 @@ paths:
If omitted, the name of the audience(s) will not be used as a search criterion.
- name: status
in: query
required: true
required: false
schema:
"$ref": "#/components/schemas/AudienceGroupStatus"
description: |+
The status of the audience(s) to return. If omitted, the status of the audience(s) will not be used as a search criterion.
- name: size
in: query
required: true
required: false
schema:
type: integer
format: int64
Expand All @@ -428,7 +428,7 @@ paths:
Max: 40
- name: includesExternalPublicGroups
in: query
required: true
required: false
schema:
type: boolean
example: true
Expand All @@ -437,7 +437,7 @@ paths:
false: Get audiences created in the same channel.
- name: createRoute
in: query
required: true
required: false
schema:
"$ref": "#/components/schemas/AudienceGroupCreateRoute"
description: |+
Expand Down