Title: Update table through REST
Last modified: June 15, 2018

---

# Update table through REST

 *  Resolved [dusanpilipovic](https://wordpress.org/support/users/dusanpilipovic/)
 * (@dusanpilipovic)
 * [7 years, 12 months ago](https://wordpress.org/support/topic/update-table-through-rest/)
 * Hi there,
    I am trying to update my ACF table through WP REST API, without success.
   After sending POST/PUT request, I get other fields updated, but table field disappears.
 * I found this error in log:
    PHP Warning: urldecode() expects parameter 1 to be
   string, array given in /wp-content/plugins/advanced-custom-fields-table-field/
   acf-table-v5.php on line 380
 * which is
 * `$value = urldecode( str_replace( '%5C', '%5C%5C', $value ) );`

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Johann Heyne](https://wordpress.org/support/users/jonua/)
 * (@jonua)
 * [7 years, 12 months ago](https://wordpress.org/support/topic/update-table-through-rest/#post-10404315)
 * Hi, I understand the problem and I try to investigate this next week.
 * Thanks for reporting!
    Johann
 *  Thread Starter [dusanpilipovic](https://wordpress.org/support/users/dusanpilipovic/)
 * (@dusanpilipovic)
 * [7 years, 12 months ago](https://wordpress.org/support/topic/update-table-through-rest/#post-10404677)
 * Hi Johann, thanks, lookin forward.
 *  Plugin Author [Johann Heyne](https://wordpress.org/support/users/jonua/)
 * (@jonua)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/update-table-through-rest/#post-10431655)
 * Hi, I just released a new version 1.2.3, which supports the ACF update_field()
   function. I´m not sure if that fixes the issue you have.
 * Cheers,
    Johann
 *  Thread Starter [dusanpilipovic](https://wordpress.org/support/users/dusanpilipovic/)
 * (@dusanpilipovic)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/update-table-through-rest/#post-10459772)
 * Hi Johann,
 * thats the fix! Thank you very much 🙂
 * Dusan

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Update table through REST’ is closed to new replies.

 * ![](https://ps.w.org/advanced-custom-fields-table-field/assets/icon-256x256.png?
   rev=1962986)
 * [Table Field Add-on for ACF and SCF](https://wordpress.org/plugins/advanced-custom-fields-table-field/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-custom-fields-table-field/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-custom-fields-table-field/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-custom-fields-table-field/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-custom-fields-table-field/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-custom-fields-table-field/reviews/)

## Tags

 * [ACF](https://wordpress.org/support/topic-tag/acf/)
 * [rest](https://wordpress.org/support/topic-tag/rest/)
 * [table](https://wordpress.org/support/topic-tag/table/)
 * [update](https://wordpress.org/support/topic-tag/update/)

 * 4 replies
 * 2 participants
 * Last reply from: [dusanpilipovic](https://wordpress.org/support/users/dusanpilipovic/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/update-table-through-rest/#post-10459772)
 * Status: resolved