airesvsg / acf-to-rest-api

Exposes Advanced Custom Fields Endpoints in the WordPress REST API
https://wordpress.org/plugins/acf-to-rest-api/
1.33k stars 111 forks source link

Updating taxonomy terms by "term name", not by "term id" #361

Closed dwinskiy closed 3 years ago

dwinskiy commented 3 years ago

No problems occur while updating fields (in this case field type - "taxonomy terms"), everything works fine.

countries_by_id (what I put is what i get).

But can I do it by changing type of taxonomy on "taxonomy name"? Now all fields are reset after put request, even when I copy/paste clipboard from "get" request.

false_countries

Thank You.