fix firmwarschema serialize? maybe…? mew?
This commit is contained in:
parent
faad19f5a5
commit
5208db4c67
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class FirmwareBuildSchema(Schema):
|
|||
example="/media/firmware/012345/firmware.bin",
|
||||
description="download URL for the build binary",
|
||||
) # todo: downlaod differently?
|
||||
boards: set[BoardType] = APIField(
|
||||
boards: list[BoardType] = APIField(
|
||||
description="set of boards that this build is compatible with",
|
||||
example={BoardType.C3NAV_LOCATION_PCB_REV_0_2.name, }
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue