Add Tags to Items
Use this API to add tags to items in the drive
| Path Parameters |
|---|
driveId string — REQUIRED |
| Request Body — REQUIRED |
|---|
addedTagToItemIdsMap objectA map where the key is the tag id and the value is a list of item IDs to which the tag should be added. |
| Responses | ||
|---|---|---|
200Returns map of tags to list of items
|