-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Currently it is not possible to create new Topics and adding tags in the same request.
There is a "hidden" property called tags
which is an array.
If provided tags will be automatically assigned:
{
tags: ["tag1", "tag2", "tag3"]
}
https://meta.discourse.org/t/how-do-i-add-tags-to-a-post-created-with-the-api/140087
Not sure why the tags property is not part of the OpenAPI documentation.
Would be great if it would be added to your implementation as an optional parameter.
Metadata
Metadata
Assignees
Labels
No labels