post https://{tenanturl}/v1.0/attributes
Creates a custom attribute for this tenant.
Entitlements required: manageAttributes.
Responses
201Created
Creates a custom attribute for this tenant.
Entitlements required: manageAttributes.
201Created
xxxxxxxxxx
curl --request POST \
--url https://tenant_url/v1.0/attributes \
--header 'accept: application/json' \
--header 'content-type: */*' \
--data '{"sourceType":"static","datatype":"string","schemaAttribute":{"customAttribute":true}}'