v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Custom 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