agorafoundation / agora

An Open source, closed loop, user centric, cloud based learning and research platform
https://freeagora.org/
BSD 3-Clause "New" or "Revised" License
91 stars 14 forks source link

AI APIs do not work properly in swagger and other cleanup #542

Open briangormanly opened 10 months ago

briangormanly commented 10 months ago

The suggest api is in swagger as a GET, but is a POST. It also lists (2 of 3, mode, resourceId, leaves out removedArticles) as parameters but they should be in the body.

The newer generateAvatar needs to be added. There may be more coming as part of #530 so if that is complete when this ticket is started look through any additional APIs that have been added as well.