v1
latestOpenAPI 3.0.12026-07-24283883639.5 KBCustom Attributes
Update a Custom Attribute
This endpoint updates the specified custom attribute for the current organization. <h3>Required Scope</h3>custom_attribute:write
patch/api/v2/custom-attributes/{id}
Path parameters
idstring required
The id of the custom attribute to update.
Request body
Example request
{
"data": {
"type": "custom-attributes"
}
}Response
Success