v4

latestOpenAPI 3.0.22026-07-3188146256.6 KB
Taxonomy

bulkMergeClassifications

Merges classifications from one taxonomy into one individual classification, through a bulk async operation which also updates all references from the old Classifications to the new one.

post/v1/entity/taxonomies/classifications:merge

Request body

job_idstring

Job ID for tracking the status of a bulk operation request

target_classificationstring

URL-friendly name for taxonomy

classification_idsClassificationId[]

Example request

{
  "target_classification": "purpose",
  "classification_ids": [
    "taxonomy-slug:classification-slug"
  ]
}

Response

Returns the job id for the async job and current status

job_idstring uuid
status'PENDING' | 'FAILED' | 'COMPLETED' | 'CANCELLED'

The status of the bulk job