Closed 631068264 closed 5 years ago
I use /wp-json/acf/v3/posts to post an article . Get an error
/wp-json/acf/v3/posts
No matching URLs were found and route to request method
I can use the same parameter with /wp-json/wp/v2/posts to post an article successfully.
/wp-json/wp/v2/posts
After I post article with official api and then use acf api to update it also failed
{'code': 'cant_update_item', 'message': 'Cannot update item', 'data': {'status': 500}}
acf-to-rest-api can be used?
Hi @631068264,
Please, read the links below. https://developer.wordpress.org/rest-api/using-the-rest-api/authentication/ https://github.com/airesvsg/acf-to-rest-api#request-api-version
Thanks
I use
/wp-json/acf/v3/posts
to post an article . Get an errorI can use the same parameter with
/wp-json/wp/v2/posts
to post an article successfully.After I post article with official api and then use acf api to update it also failed
acf-to-rest-api can be used?