Fix singleton routes and add missing query parameters#43
Fix singleton routes and add missing query parameters#43gaetansenn wants to merge 4 commits intomainfrom
Conversation
| schema: | ||
| type: boolean | ||
| default: true | ||
| Aggregate: |
There was a problem hiding this comment.
While supported I wonder if we should document aggregate querying? In a singleton context it does not make much sense
| example: | ||
| display_name: full_name | ||
| creation_date: date_created | ||
| Group: |
There was a problem hiding this comment.
Same as https://github.com/directus/openapi/pull/43/files#r2586004571, in a singleton context group does not make much sense
|
Just a random person here - but the current documentation separates the singleton object as having a rest endpoint that doesn't exist If the choices are:
I think 2 makes the most sense for most cases. Of course, the best case scenario is that it is possible to have option 3 where the endpoint is correct and only relevant parameters. |
Fixes: directus/docs#431