Upsert multiple tags
Upsert an array of tags for articles
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.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects a list of objects.
id
A unique identifier for the tag
name
The name of the tag
Response
Tags upserted
success
Whether the article tag was successfully created/updated
created
True if a new article tag was created, false if an existing article tag was updated
id
The id of the article tag
Errors
400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error
500
Internal Server Error