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:
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:
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}}