cURL
Custom Metadata
Update a property
Update an existing custom metadata property.
PATCH
cURL
Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Body
application/json
name of the property
Example:
"Fruit"
ids of projects that the property belongs to
Example:
[
"abcd1234cdef1234abcd1234cdef1234",
"abcd1234cdef1234abcd1234cdef4321"
]description of property
Example:
"A healthy snack for all ages"
value options of property (only applies to single or multi select properties)
Example:
["Apple", "Banana", "Coconut"]Response
OK
data type of the property
Available options:
boolean, date, link, multi_select, number, single_select, string, text Example:
"string"
Example:
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"username": "johndoe",
"name": "John Doe",
"gravatar_uid": "205e460b479e2e5b48aec07710c08d50"
}