Skip to content

Commit 24233a1

Browse files
committed
docs: restore PUT/DELETE limitations to changelog
1 parent e982da0 commit 24233a1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/content/changelog/resource-tagging/2026-01-28-resource-tagging-private-beta.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Resource Tagging is the foundation for several capabilities we're building towar
2828

2929
### Current limitations
3030

31+
- `PUT` replaces all tags on a resource (no partial update). Use the [GET, merge, PUT workflow](/resource-tagging/how-to/manage-tags/#add-a-single-tag) to modify individual tags safely.
32+
- `DELETE` removes all tags from a resource. To remove a single tag, PUT the remaining tags back.
3133
- Querying tags for a resource that has never been tagged returns `500` instead of `404`. This is a known beta limitation.
3234

3335
To get started, refer to the [Resource Tagging documentation](/resource-tagging/).

0 commit comments

Comments
 (0)