Post status forbidden for administrators
-
If I test the configuration of the JWT auth method, adding the status param, in other words posts/?status=publish, draft or whatever, I get this, even if logged as the built-in admin account:
“code”: “rest_invalid_param”, “message”: “Invalid parameter(s): status”, “data”: { “status”: 400, “params”: { “status”: “Status is forbidden.” }, “details”: { “status”: { “code”: “rest_forbidden_status”, “message”: “Status is forbidden.”, “data”: { “status”: 401 } } } } }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Post status forbidden for administrators’ is closed to new replies.