usnistgov / dioptra

Test Software for the Characterization of AI Technologies
https://pages.nist.gov/dioptra/
Other
210 stars 30 forks source link

[BUG] RESTapi entrypoints can't be registered without queues #612

Open andrewhand opened 3 weeks ago

andrewhand commented 3 weeks ago

When registering an entrypoint with the api, the user should be able to register it without linking it to any queues.

Definition of Done

andrewhand commented 3 weeks ago

https://github.com/usnistgov/dioptra/blob/63a29ea96070c40e843662f20a21d96848f9aebc/src/dioptra/restapi/v1/entrypoints/schema.py#L126-L156

Field queueIds needs a default value set to an empty list.