| Tag type | Used for | IRI format |
|---|---|---|
| Resource tags | Supported resources such as invoices | /tags/{id} |
| Entity tags | Entities | /entity-tags/{id} |
tags collection you want the resource to have. The submitted collection replaces the previous collection.
Entity tag operations are listed under Entities because they label entities. This section covers resource tags.
How Tags Are Used
- Create a tag for the resource type you want to label.
- Store the tag IRI returned by Syntage, such as
/tags/{id}. - Update the resource with the complete
tagscollection it should have. - Use tags in your own integration to build queues, review states, grouping, or reconciliation workflows.
Example Tag
Replacing Tag Assignments
When an endpoint accepts atags collection, the request replaces the resource’s existing tag assignments. To add one tag without removing the current tags, first retrieve the resource, keep its existing tag IRIs, append the new tag IRI, and send the full list back.