Changes between Initial Version and Version 3 of Ticket #40399
- Timestamp:
- 07/09/2019 07:00:54 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40399 – Description
initial v3 1 1 I'm trying to use the REST API to update a post_meta field on an an image of post_type="attachment", which is itself attached to an existing post of post_type="post" that is published and password protected. 2 2 3 Since the image is an attachment that is attached to another post, Word press has set the post_status of the attachment to "inherit".3 Since the image is an attachment that is attached to another post, WordPress has set the post_status of the attachment to "inherit". 4 4 5 5 When I try to update the attachment from the REST API endpoint I'm getting the following error: