Update media via REST API
-
Hi,
So firstly: is it possible to update uploaded images via the REST API, cause I find various answers on this.
In the REST API docs it does say its possible via id: POST /wp/v2/media/<id>
However, in my syntax in R which works perfectly to upload a new image via POST /wp/v2/media/….it doesnt wotk if I add the id-number in the url when I want to oupdate it like POST /wp/v2/media/1676……what am I doing wrong?
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Update media via REST API’ is closed to new replies.