This endpoint will create or update tags based on the unique id field of each tag. If a tag with the same id already exists, it will be updated. Otherwise, a new tag will be created.
Request
A list of tags
idstringRequired>=1 character<=40 characters
A unique identifier for the tag
namestringRequired>=1 character<=40 characters
The name of the tag
Response
Tags upserted
successboolean
Whether the article tag was successfully created/updated
createdboolean
True if a new article tag was created, false if an existing article tag was updated