add_project_tag
Assign or update tags to datapoints within Aedifion projects for better organization and data management.
Instructions
Add or overwrite a tag on a datapoint.
Args: project_id: The project's numeric ID. tag_id: The tag identifier. key: Tag key. value: Tag value.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| tag_id | Yes | ||
| key | Yes | ||
| value | Yes |