v1

latestOpenAPI 3.0.32026-07-24198357534.7 KB
Document

Duplicate a Variant

Creates a Variant resource.

post/variants/duplicate

Request body

idstring

Example request

{
  "id": "api_identifier"
}

Response

Variant resource created

activeboolean
attributesstring[]
sequenceinteger nullable
assetLinksstring[]
dateCreatedstring date-time nullable

This is an ISO datetime

dateModifiedstring date-time nullable

This is an ISO datetime

idstring

This is the unique identifier of the resource

legacyIdinteger

Example response

{
  "name": {
    "fr-FR": "fr-FR translation",
    "en-US": "en-US translation",
    "<*>": "..."
  },
  "document": {
    "classifications": [
      {
        "id": "identifier_example"
      }
    ],
    "id": "identifier_example"
  },
  "id": "identifier_example"
}