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
Recently, we are sending messages with JSON patch to include mentions with one request. but now we can't send attachment because JSON patch doesn't support binary requests (multipart)
After talking with @pylover, He suggested implementing a new form of patch request. (multipart patch)
The text was updated successfully, but these errors were encountered:
Recently, we are sending messages with JSON patch to include mentions with one request. but now we can't send attachment because JSON patch doesn't support binary requests (multipart)
After talking with @pylover, He suggested implementing a new form of patch request. (multipart patch)
The text was updated successfully, but these errors were encountered: