You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The query parameters include only the common ones: select, order, etc. and the allowed top level filters, but not the embedded ones.
I think it's almost impossible to include all the potential query parameters for embedded filters. A free-form query parameter could be used to allow adding custom parameters (requires OpenAPI 3.0), as mentioned in this SO answer.
The text was updated successfully, but these errors were encountered:
laurenceisla
changed the title
GET requests do not show embedded filters as query parameters
OpenAPI endpoints do not show embedded filters as query parameters
Feb 8, 2024
The query parameters include only the common ones:
select
,order
, etc. and the allowed top level filters, but not the embedded ones.I think it's almost impossible to include all the potential query parameters for embedded filters. A free-form query parameter could be used to allow adding custom parameters (requires OpenAPI 3.0), as mentioned in this SO answer.
The text was updated successfully, but these errors were encountered: