PUT api/editortypes/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

EditorTypeDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

Required

String length: inclusive between 0 and 250

CreationDate

date

Required

DataType

DataTypeDto

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "8bb2a312-2bb5-4c50-ad79-d14b0626ba8d",
  "Name": "sample string 2",
  "CreationDate": "2026-01-07T11:33:12.0918975+00:00",
  "DataType": 1
}

application/xml, text/xml

Sample:
<EditorTypeDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Products.Models">
  <CreationDate>2026-01-07T11:33:12.0918975+00:00</CreationDate>
  <DataType>Bool</DataType>
  <Id>8bb2a312-2bb5-4c50-ad79-d14b0626ba8d</Id>
  <Name>sample string 2</Name>
</EditorTypeDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.