post https://api.everlance.com/apps/v1/team_tags/upsert
What's the purpose of this endpoint?
Create or update tags for your team and maintain their state as active or inactive.
How it works
Params
Parameter | Type | Required | Notes |
---|---|---|---|
file | CSV File | yes | Column names: - name (required) - code (optional) - status (optional, can be active or inactive ) |
archive_existing_tags | boolean | no | Default is false . Passing this parameter to true will mark any existing tags as inactive, and then set all tags in the file as active. Only use this parameter if your intention is to send the full list of tags you want active. |