- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
I am using postman to work with the API. In doing so I am trying to create a new thread.
When I POST to the thread endpoint it returns a list of threads rather than adding a new thread.
- API Key and scope
# thread:read
# thread:write
Request type: http/ POST
Endpoint: api/threads
XF-Api-Key: header in place
params: node_id, title, message
Not sure what I am doing wrong in that it is hitting the wrong end point and getting rather than posting
When I POST to the thread endpoint it returns a list of threads rather than adding a new thread.
- API Key and scope
# thread:read
# thread:write
Request type: http/ POST
Endpoint: api/threads
XF-Api-Key: header in place
params: node_id, title, message
Not sure what I am doing wrong in that it is hitting the wrong end point and getting rather than posting