open kadamwhite/wordpress-rest-api#56
The /posts endpoint provides two routes for interacting with post meta values:
/posts
/posts/<id>/meta
/posts/<id>/meta/<mid>
Both of these depend on authentication, so that should be taken care of (and documented, see #33) before we implement this.
The
/postsendpoint provides two routes for interacting with post meta values:/posts/<id>/meta/posts/<id>/meta/<mid>Both of these depend on authentication, so that should be taken care of (and documented, see #33) before we implement this.