Upsert multiple tags

POST

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.

Request

A list of tags

list of objects

Response

Tags upserted

list of objects or null
Built with