Discussions
API is not compliant to its own openapi schema
2 days ago by Leon
Hi,
- In the openapi schema the api returns a list of e.g. shifts on the shifts endpoint. However, it actually returns a dictionary with the keys
data
andmeta
(as described in the pagination section). - The openapi schema is missing parameters for the pagination stuff like
limit
,page
, etc