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
{{ message }}
This repository was archived by the owner on Apr 1, 2019. It is now read-only.
Haven't looked too much into this, but it looks like you can POST multipart form data, but not PUT it.
Can we just change the Replacement class to accept AbstractContent instead of Content and the put method in Resty to accept AbstractContent instead of Content?
Haven't looked too much into this, but it looks like you can POST multipart form data, but not PUT it.
Can we just change the
Replacementclass to acceptAbstractContentinstead ofContentand theputmethod inRestyto acceptAbstractContentinstead ofContent?