yar
Member
- Affected version
- 2.2.13
Making request like this to edit post via XF's REST API:
Post is succesfully edited without any error messages but both
I would expect this to work as mentioned in REST API endpoints documentation:
Am I doing something wrong? Thanks!
POST /api/posts/164 HTTP/1.1
Host: ...
XF-Api-Key: wF-...
Content-Type: application/x-www-form-urlencoded
Content-Length: 51
| message=lorem+ipsum+dolor+sit&silent=1&clear_edit=1
Post is succesfully edited without any error messages but both
silent
and clear_edit
params are being ignored. Tried values like "1" and "true" - no difference, not working.I would expect this to work as mentioned in REST API endpoints documentation:
REST API endpoints (2.2)
This document assumes you have already created an API key and setup the necessary headers for your request. Learn more about using the API.
xenforo.com