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
Describe the bug
The types do not allow for pagination in relationship objects. For example, in the below bit of JSON I would like to add a next relationship to the comments, but the type can only be of type Links which includes self and related and none of the PaginationLinks types.
Describe the bug
The types do not allow for pagination in relationship objects. For example, in the below bit of JSON I would like to add a
next
relationship to the comments, but the type can only be of typeLinks
which includesself
andrelated
and none of thePaginationLinks
types.Expected behavior
I expect it to allow for all the attributes of the
PaginationLinks
type.The text was updated successfully, but these errors were encountered: