Create
Create Risk Level Attribute Value
post/api/v1/attributes/risk_levels
Create a risk level attribute.
Body Parameters
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/risk_levels \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"200 Example
{
"value": {
"id": "id",
"attributeTypeId": "attributeTypeId",
"value": "value"
}
}