What's new

Welcome to NullScriptz - NulledScriptz

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Share your content here:

Don't want to upload to our server on NullScriptz, Then share it now on our partner shareupld.com! Upload for free or take a subscription to be sure your files are save !

Knowledge Base

We are building our knowledge-base, find your answers! Or get directly in contact with us by creating a ticket. (In progress..)

  • NullScriptz.nl is for SALE!

    More information, please contact: WinSys32 or mail to: nullscriptzsale@gmail.com

    Buy-Now: $3.000,00
    +/- Unique visitors (Monthly): 10.000+ (Now lower due to inactivity of me) | Average income (Monthly): €100 - €500 + Domain + Server and all files and databases.

[RSS Feed/News] Adding Tags to Existing Threads

NS Bot

Moderator
Staff member
LV
0
 
Joined
Mar 31, 2020
Messages
18,906
Reaction score
131
Points
63
Awards
2
Website
nullscriptz.nl
Country flag
Using the API, what is the correct punctuation for adding tags to an existing thread?
The example:
You must be registered for see images

This document assumes you have already created an API key and setup the necessary headers for your request. Learn more about using the API.
You must be registered for see images
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...

 

Latest resources

Top Bottom