Create
Create Attribute Value
post/api/v1/attributes
Create a new attribute value.
Body Parameters
attributeTypeIdstring
optional
The attributeTypeId field.
valuestring
optional
The value field.
Returns
valueidstringattributeTypeIdstringcreatedAtstringdeletedAtstringupdatedAtstringvaluestringAttributeValue
optional
AttributeValue is the value of an attribute of a defined type.
Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/attributes \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"200 Example
{
"value": {
"id": "id",
"attributeTypeId": "attributeTypeId",
"value": "value"
}
}