Hey guys! ๐
I would need help with the Dust API! We're trying to upsert a document with a defined label, I thought about using the "tags" but I keep getting an error (400 invalid JSON). As soon as I remove the tag section it works well!
Could you please help?
Here is the body we have:
{
"title": "{{issue.key}}",
"text": "Title : {{issue.summary}} & description : {{issue.description}}",
"source_url": "{{issue.url}}",
"tags": ["team:yourteamname"]
}