v1

latestOpenAPI 3.0.32026-07-24198357534.7 KB
Data Model

Update a single resource - AttributeSet

Replaces the AttributeSet resource.

put/attribute-sets/{id}

Path parameters

idstring required

Resource identifier

Request body

Example request

{
  "attributes": {
    "id": "attribute_example",
    "position": 1
  },
  "description": {
    "fr-FR": "fr-FR translation",
    "en-US": "en-US translation",
    "<*>": "..."
  },
  "name": {
    "fr-FR": "fr-FR translation",
    "en-US": "en-US translation",
    "<*>": "..."
  }
}

Response

AttributeSet resource updated

legacyIdinteger
idstring required

This is the unique identifier of the resource

documentTypeCodestring required

This is the unique identifier of the document type that the resource should be apply to

dateModifiedstring date-time nullable

This is an ISO datetime

dateCreatedstring date-time nullable

This is an ISO datetime

Example response

{
  "attributes": {
    "id": "attribute_example",
    "position": 1
  },
  "id": "identifier_example",
  "documentTypeCode": "document_type_example",
  "description": {
    "fr-FR": "fr-FR translation",
    "en-US": "en-US translation",
    "<*>": "..."
  },
  "name": {
    "fr-FR": "fr-FR translation",
    "en-US": "en-US translation",
    "<*>": "..."
  }
}