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
This wouldn't be correct. Even when pagination is turned off by default, it can still be activated per request using the page[size] query string parameter.
LinkTypes cascading configuration
These settings should be taken into account when links are included or excluded in the generation of schemas.
The text was updated successfully, but these errors were encountered:
Where the marked link is omitted from the response when the /api/people/1 endpoint is unavailable.
Edit: Based on the insights gained from implementing #1518 (ie not hiding as many links as possible), this test doesn't need to be added. Hides_links_for_unregistered_controllers already verifies the link value is null in a similar case, which is unrelated to OpenAPI.
The current state of the OpenApi integration has a hardcoded configuration for where and when links are included in schemas.
In JADNC this can be configured by:
togglingJsonApiOptions.DefaultPageSize
(enabling/disabling paging links)page[size]
query string parameter.LinkTypes
cascading configurationThese settings should be taken into account when links are included or excluded in the generation of schemas.
The text was updated successfully, but these errors were encountered: