v2

latestOpenAPI 3.0.12026-07-263104131.9 MB
Asset Tags

Merge existing tags

Merges tags. Can merge into an existing or new tag depending on the input parameters

post/v2/tag/merge

Request body

tagIdsinteger[]

Array of tag ids to merge

mergeMethod'MERGE_INTO_EXISTING_TAG' | 'MERGE_INTO_NEW_TAG'

Method to use - merge into an existing tag or create a new one

mergeIntoTagIdinteger nullable

If merging into an existing tag, you must provide the target tag id here

namestring nullable

If creating a new tag, you must supply the new tag name here

descriptionstring nullable

If creating a new tag, you can supply the new tag description here

Response

default response

idinteger

Tag ID

namestring

Tag name

descriptionstring

Description of the tag

createTimenumber double

Creation time for the tag in seconds since unix epoch

updateTimenumber double

Last update time for the tag in seconds since unix epoch

createdByUserIdinteger

Id of the user that created the tag

updatedByUserIdinteger

Id of the user that last updated the the tag