Create or update a spec.
PUT
/specs/{specID}
200Description
If an object with the same ID already exists, it will be overwritten.
Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
specID | Required | string | ID of the spec. | --- |
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
OwnerID | string | --- | --- | --- | ||
ID | string | --- | 100 characters | --- | ||
ListOrder | integer | int32 | --- | --- | ||
Name | Required | string | --- | --- | --- | |
DefaultValue | string | --- | 2000 characters | --- | ||
Required | boolean | --- | --- | --- | ||
AllowOpenText | boolean | --- | --- | --- | ||
DefaultOptionID | string | --- | --- | --- | ||
DefinesVariant | boolean | --- | --- | --- | ||
xp | object | --- | --- | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
OwnerID | string | --- | --- | --- | ||
ID | string | --- | 100 characters | --- | ||
ListOrder | integer | int32 | --- | --- | ||
Name | string | --- | --- | --- | ||
DefaultValue | string | --- | 2000 characters | --- | ||
Required | boolean | --- | --- | --- | ||
AllowOpenText | boolean | --- | --- | --- | ||
DefaultOptionID | string | --- | --- | --- | ||
DefinesVariant | boolean | --- | --- | --- | ||
xp | object | --- | --- | --- | ||
OptionCount | Read Only | integer | int32 | --- | --- | |
Options | Read Only | array | --- | --- | --- | |