v1
latestOpenAPI 3.0.02026-07-2480355389.7 KBProperties
Update property
Updates property and adds property values for given team.
put/api/v2/teams/{team_slug}/properties/{id}
Path parameters
team_slugstring required
Team's sluggified name
idstring uuid required
Property UUID
Example:e23ff3f3-8f77-4e78-9e81-fdb25abfb781
Property UUID
Request body
Response
Annotations.Property.PropertyResponse
Example response
{
"id": "e23ff3f3-8f77-4e78-9e81-fdb25abfb781",
"inserted_at": "2020-01-20T14:00:00Z",
"property_values": [
{
"id": "e23ff3f3-8f77-4e78-9e81-fdb25abfb781"
}
]
}