Znode

Build Version:

PUT attributetypes/{attributeTypeId}

Updates an existing attribute type.

Request Information

» Parameters

Name Description Additional information
attributeTypeId The ID of the attribute type.

Define this parameter in the request URI.

model The model of the attribute type.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "AttributeTypeId": 1,
  "Description": "sample string 2",
  "DisplayOrder": 3,
  "IsPrivate": true,
  "LocaleId": 5,
  "Name": "sample string 6",
  "PortalId": 1
}