Write API JSON requirements
-
nodebb-plugin-write-api/routes/v2/readme.md at master · NodeBB/nodebb-plugin-write-api
A RESTful JSON-speaking API allowing you to write things to NodeBB - nodebb-plugin-write-api/routes/v2/readme.md at master · NodeBB/nodebb-plugin-write-api
GitHub (github.com)
I'm looking at using the /topics/tag route to add some tags to a ton of topics. This documentation doesn't tell me what's required for updating tags. This is the JSON I get back from the built-in read only API:
"tags": [ { "color": "", "bgColor": "", "valueEscaped": "juniper", "score": 3, "value": "juniper" }, { "color": "", "bgColor": "", "valueEscaped": "ipv6", "score": 1, "value": "ipv6" } ],
Can I just submit something like:
"tags": [ { "value": "somenewtag" }, { "value": "anothernewtag" } ],
Copyright © 2024 NodeBB | Contributors