InvokeAI/invokeai/app/api/routers
psychedelicious c21245f590 fix(api): make list models params querys, make path /, remove defaults
The list models route should just be the base route path, and should use query parameters as opposed to path parameters (which cannot be optional)

Removed defaults for update model route - for the purposes of the API, we should always be explicit with this
2023-07-06 15:34:50 +10:00
..
board_images.py routes working 2023-06-22 16:25:49 +10:00
boards.py fix query 2023-06-29 21:14:53 +10:00
images.py feat(api, db): support board_id filter on images service get_many() 2023-06-22 16:25:49 +10:00
models.py fix(api): make list models params querys, make path /, remove defaults 2023-07-06 15:34:50 +10:00
sessions.py fix(nodes): address feedback 2023-04-26 06:29:30 +10:00