Recent content by Dashti

  1. D

    XF 2.2 Threads tags via API

    Thank you for your response, I tried difference approaches like: &tags=[val1,val2] &tags=val1,val2 &tags=val1&tags=val2 however none of them works. Do you have an example?
  2. D

    XF 2.2 Threads tags via API

    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: POST {{baseUrl}}threads ?node_id=2 &tags=inv &title=title &message=message Content-Type: application/x-www-form-urlencoded...
Top Bottom