v1
latestOpenAPI 3.0.02026-07-2480355389.7 KBProperties
Create property
Creates property and property values for given team.
post/api/v2/teams/{team_slug}/properties
Path parameters
team_slugstring required
Team's sluggified name
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"
}
]
}