Update property

Updates property and adds property values for given team.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Team's sluggified name

uuid
required
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Property UUID

Body Params

Annotations.Property.UpdateRequest

Update property request information.

dataset_ids
array of integers
Defaults to []

List of dataset ids associated with the property. Can be set only when granularity is item

Annotations.Property.DatasetIds
string

Description of property

number | null
0 to 3600

Maximum recording duration in seconds. Only allowed on audio properties. Must be greater than 0 and at most 3600 (1 hour). Null means no upper bound; on update, an explicit null clears the bound while omitting the field leaves it unchanged.

number | null
0 to 3600

Minimum recording duration in seconds. Only allowed on audio properties. Must be greater than 0, at most 3600 (1 hour), and not exceed max_duration_seconds. Null means no lower bound; on update, an explicit null clears the bound while omitting the field leaves it unchanged.

string
required

Name of property

property_values
array of objects

Property values

property_values
boolean

Indicates if property is required

string
enum
Allowed:
Responses

Callback
Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json