v1
latestOpenAPI 3.0.02026-07-13103151174.7 KBCustom Properties
Create Custom Property
Create a new Custom Property
post/v1/projects/{project}/customProperties
Path parameters
projectstring required
A Project key or ID
Request body
Example request
{
"name": "Delivery App",
"key": "delivery-app",
"type": "String",
"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
}