Skip to content

Commit

Permalink
Merge pull request #249 from eurofurence/issue-239-more-multi-package
Browse files Browse the repository at this point in the history
Issue 239 multi package missing stuff
  • Loading branch information
Jumpy-Squirrel authored Dec 12, 2024
2 parents 1dcb48b + c1f1868 commit 56d2e3f
Show file tree
Hide file tree
Showing 12 changed files with 458 additions and 270 deletions.
12 changes: 11 additions & 1 deletion api/openapi-spec/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2239,7 +2239,17 @@ components:
properties:
present:
type: boolean
description: Whether the attendee has this flag enabled or not.
description: Whether the attendee has this choice enabled or not.
count:
type: integer
description: |-
The number of times a choice is present.
Can only ever be 0 or 1 for flags and options, but some packages allow other values, depending on configuration.
In responses, both present and count are always filled. In requests, it is an error to send inconsistent values,
with one exception for backwards compatibility reasons: if present is set to true and no count is specified,
this is interpreted to mean a count of 1.
AttendeeFieldSelection:
type: array
description: |-
Expand Down
Loading

0 comments on commit 56d2e3f

Please sign in to comment.