Skip to content
  • Auto
  • Light
  • Dark
Get Started

Create

Create Compliance Framework Attribute Value
post/api/v1/attributes/compliance_frameworks

Create a compliance framework value.

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/compliance_frameworks \
    -H 'Content-Type: application/json' \
    -H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"
200 Example
{
  "value": {
    "id": "id",
    "attributeTypeId": "attributeTypeId",
    "value": "value"
  }
}