wp-net / WordPressPCL

This is a portable library for consuimg the WordPress REST-API in (almost) any C# application
MIT License
338 stars 129 forks source link

How to update a Media content (image) #188

Closed jacargentina closed 4 years ago

jacargentina commented 4 years ago

I'm looking for a way to UPDATE the image contents for an existing Media item on the library. Is I possible? (The Media.Update doesn't seem to support that?)

polushinmk commented 4 years ago

@jacargentina As I know you cannot update image using wordpress admin, so you cannot update it using restp api

ThomasPe commented 4 years ago

no, you will have to delete the item and upload a new one as @polushinmk said.