Ok, that was quick.
Pass in the parent id, and it works.
someKey.save({parent: parentId});
Related Posts:
- Update Line Item Meta Data – WooCommerce API
- Cant create or update meta fields using WordPress REST API
- WP REST API only returning partial list of users
- How to update/insert custom field(post meta) data with wordpress REST API?
- Updating Post Meta with Backbone and the REST API
- WP REST API “rest_no_route” when trying to update meta
- WP REST API – Retrieve content from page
- Options to get my custom post type metadata via the WordPress API
- Is it possible to update a post meta field through REST API if the format of it when registered is nested?
- Mass importing json data into custom fields (postmeta)
- Use the backbone.js client to save custom post type meta
- Unknown characters added to meta data values
- How to create WordPress custom end point with multiple parameters?
- How to properly use oneOf and anyOf in Rest Schema?
- Check if user can in javascript
- wp-api Backbone JS Client fetch options
- Bulk Update Post Meta Values from Different Post via Rest Api
- How to register post meta with multi level arrays?
- How to add a post’s view count into the WordPress API response
- Attachment metadata has value of ‘1’
- Extending the API I created to return category names
- WP API users per page
- Best Way to detect unique posts in wp rest api
- WP-API : post_meta not updated… but have another entry
- External api call using wordpress
- Custom fields with value not pushing with wp_remote_post to wp site
- How do I retrieve the slug of the current page?
- Most efficient way to get posts with postmeta
- Get posts by meta value
- Explanation of update_post_(meta/term)_cache
- How to extract data from a post meta serialized array?
- Hiding WordPress REST API v2 endpoints from public viewing
- Get WP Navigation Menu from REST API V2
- How to save an array with one metakey in postmeta?
- WordPress is stripping escape backslashes from JSON strings in post_meta
- Get post count in wp rest API v2 and get all categories
- How can I get the post ID from a WP_Query loop?
- Check if Post Title exists, Insert post if doesn’t, Add Incremental # to Meta if does
- How to get custom post meta using REST API
- Query WP REST API v2 by multiple meta keys
- How to update_post_meta value as array
- How to add category to: ‘wp-admin/post-new.php’?
- Adding meta tag without plugin
- What’s the point of get_post_meta’s $single param?
- Show popular post in another php website via WP REST JSON API
- What is the different between an attachment in wp_posts and an attachment in wp_postmeta?
- How to edit a post meta data in a Gutenberg Block?
- Using Backbone with the WordPress AJAX API
- How do I cache (core) API requests?
- Sanitizing integer input for update_post_meta
- post formats – how to switch meta boxes when changing format?
- Is there a way to get protected meta fields through any of the available built-in WordPress APIs? (xmlrpc, wp-json)
- Execute action after post is saved with all related post_meta records (data)
- Lack of composite indexes for meta tables
- How does REST API cookie authentication work in WP 4.7?
- Get a single post by a unique meta value
- Update CPT meta data using REST API
- Slow REST API calls on self-hosted WordPress [closed]
- if get_post_meta is empty do something
- How we get_post_meta without post id
- How get post id from meta value
- What is the code to get the download link for a product in WooCommerce?
- Safe to delete blank postmeta?
- Are there server performance benefits to fetching only specific fields when querying the REST API?
- wp rest api v2 return json_no_route
- advanced custom fields update_field for field type: Taxonomy
- Retrieve all users from wordpress database via REST/JSON API
- Retrieving pages with multiple tags using REST API
- update_post_meta not saving when value is zero
- Content hooks vs User hooks
- WP-REST API not returning all its endpoints, 404 on documented endpoints
- Meta compare with date (stored as string) not working
- WP Rest API v2 filter and display latest post with specific tag
- Trying to get custom post meta through Jetpack JSON API [closed]
- WordPress Rest API: How do we validate with our custom API key?
- How do I use the WP REST API plugin and the OAuth Server plugin to allow for registration and login?
- Restrict post edit/delete based on user ID and custom field
- How to loop through JSON data in wordpress WP REST API
- get_post_meta returning empty string when data shows in the database
- Using the REST API (v2) javascript client on a private namespaced route
- publish_post action hook doesn’t give post_meta_data
- Remove WordPress.org Meta link
- Remove post meta keys
- How to access the post meta of a post that has just been published?
- Why time functions show invalid time zone when using ‘c’ time format?
- Why is get_post_meta returning an array when I specify it as single?
- How to update/delete array in post meta value?
- How to get all term meta for a taxonomy – getting term_meta for taxonomy
- Adding an assisting editor box to Post page
- WP API : date_query parameter
- How to filter or search the posts using postmeta tables custom meta fields with wordpress REST API
- Hiding API routes list
- delete unused postmeta
- Should I sanitize custom post meta if it is going to be escaped later?
- Add post meta based on another post meta value before publish post
- WP REST API V2 – Modifying responses
- WordPress wp-json API – Custom Post Type returns 403
- How do I retrieve multi-dimensional arrays from the wp_postmeta table, & display on a website?
- Front-end update_post_meta snippet displays white screen?
- Query between two meta values?