v1
latestOpenAPI 3.0.02026-07-13103151174.7 KBCustom Properties
Update a Custom Property
Update an Custom Property by ID or key
patch/v1/projects/{project}/customProperties/{key}
Path parameters
keystring required
A Custom Property key or ID
projectstring required
A Project key or ID
Request body
Example request
{
"name": "Delivery App",
"key": "delivery-app",
"propertyKey": "Delivery App Secret Agent Code"
}Response
Example response
{
"name": "Delivery App",
"key": "delivery-app",
"_id": "61450f3daec96f5cf4a49946",
"propertyKey": "Delivery App Secret Agent Code",
"type": "String",
"hasUsage": true
}