[RSS Feed/News] Threads tags via API

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Hi,

I use POST /thread endpoint to create a new thread. However I cannot add tags with this call. Can someone explain how to add tags to a thread?

ex:

Code:

Code:
POST {{baseUrl}}threads
    ?node_id=2
    &tags=inv
    &title=title
    &message=message
Content-Type: application/x-www-form-urlencoded
XF-Api-Key: {{apiKey}}
XF-Api-User: {{userId}}

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom