WP-API / docs

The content for developer.wordpress.org/rest-api

Home Page:https://developer.wordpress.org/rest-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parameter status from /wp/v2/posts endpoint doesn't work as expected

GitHeob opened this issue · comments

Only 'status=publish' is accepted by now. Other states as draft, future,... return 401

https://example.com/wp-json/wp/v2/posts?status=future

It'd be great to get '?status=any' back as well.