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
API is accepting any value for the media field, what can lead to strange behaviours.
Eg.: if I post a JSON object instead of a JSON array, the API accepts it and then returns media: {[id: "undefined", channel: "undefined"}, [id: "undefined", channel: "undefined"}] when I fetch the same post.
The text was updated successfully, but these errors were encountered:
API is accepting any value for the media field, what can lead to strange behaviours.
Eg.: if I post a JSON object instead of a JSON array, the API accepts it and then returns media: {[id: "undefined", channel: "undefined"}, [id: "undefined", channel: "undefined"}] when I fetch the same post.
The text was updated successfully, but these errors were encountered: