v1

latestOpenAPI 3.0.02026-07-2480355389.7 KB
Properties

Update property value for a given property

Updates given property value.

put/api/v2/teams/{team_slug}/properties/{property_id}/property_values/{id}

Path parameters

team_slugstring required

Team's sluggified name

property_idstring uuid required

Property UUID

Example:e23ff3f3-8f77-4e78-9e81-fdb25abfb781

Property UUID

idstring uuid required

Property Value UUID

Example:e23ff3f3-8f77-4e78-9e81-fdb25abfb781

Property Value UUID

Request body

colorstring

Color in rgba format

positioninteger

Position of property value in list

valuestring

Response

Annotations.Property.PropertyValueResponse

colorstring required

Color in rgba format

idstring uuid required
positioninteger

Position of property value in list

valuestring required

Example response

{
  "id": "e23ff3f3-8f77-4e78-9e81-fdb25abfb781"
}