Attack
Forum Üyesi
- Katılım
- 4 Şub 2023
- Mesajlar
- 2,618
- Puanları
- 0
Using the API, what is the correct punctuation for adding tags to an existing thread?
The example:
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
Does not show an example of how the tag array should be formed or expected
Currently, I have:
request1.AddParameter("add_tags", "[tag1,tag2,tag3]")
Does this need to be:
request1.AddParameter("add_tags", "[{tag1},{tag2},{tag3}]")
or
request1.AddParameter("add_tags", "[{'tag1'},{'tag2'},{'tag3'}]")
Please advise...
The example:
![xenforo-logo-og.png](https://xenforo.com/community/styles/default/xenforo/xenforo-logo-og.png)
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.
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-favicon.png](https://xenforo.com/community/styles/default/xenforo/xenforo-favicon.png)
Does not show an example of how the tag array should be formed or expected
Currently, I have:
request1.AddParameter("add_tags", "[tag1,tag2,tag3]")
Does this need to be:
request1.AddParameter("add_tags", "[{tag1},{tag2},{tag3}]")
or
request1.AddParameter("add_tags", "[{'tag1'},{'tag2'},{'tag3'}]")
Please advise...