Skip to main content
POST
Merge container tags

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
containerTags
string[]
required

List of container tags to merge (min: 2, max: 2). All documents from these tags will be merged into the target.

targetContainerTag
string
required

Response

Merge queued successfully

success
boolean
required

Whether the merge job was queued successfully.

status
enum<string>
required

The queued status of the merge job.

Available options:
queued
mergeId
string
required

Identifier for the queued merge job.

targetTag
string
required

The target container tag that documents will be merged into.

sourceTags
string[]
required

List of source container tags queued for merge.