-
Notifications
You must be signed in to change notification settings - Fork 191
Closed
Description
Hi,
Thanks for this plugin API.
I am trying to add or update a post with an ACF value (https://www.advancedcustomfields.com/), like:
wp.posts().id( 180 ).post({
acf: {theme: "test"}
}).then(function( response ) {
console.log( response.id );
})
I activate acf-to-rest-api (https://github.com/airesvsg/acf-to-rest-api) and WP API 2.0 on my wordpress site.
It doest work, maybe because to update acf value it's another endoint:
endpoint: 'http://website.com/wp-json/acf' but authorization fail if I change it.
Metadata
Metadata
Assignees
Labels
No labels