put https://{tenanturl}/v1.0/attributes/
Modifies the attribute with the specified ID for this tenant.
Entitlements required: manageAttributes.
Responses
204No content
Modifies the attribute with the specified ID for this tenant.
Entitlements required: manageAttributes.
204No content
xxxxxxxxxx
curl --request PUT \
--url https://tenant_url/v1.0/attributes/attrId \
--header 'accept: application/json' \
--header 'content-type: */*' \
--data '{"sourceType":"static","datatype":"string","schemaAttribute":{"customAttribute":true}}'