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
We can't do that /data/comments/{commentId} is a generic route, when you add relations=true you just get the ids of the relation. /data/tasks/{taskId}/comments have by design the full objects.
Context
Zou version: 0.19.31
Describe the bug
The endpoint to load all comments returns a list of comments with a list of "preview" objects in the
previews
property.However, the endpoint to load one comment returns a comment with only a list of preview IDs in the
previews
property.Expected behavior
Have complete preview objects in the
previews
property for the "load comment" endpoint.The text was updated successfully, but these errors were encountered: