Add Tag to Item¶
This endpoint adds a tag to an item.
Request¶
PUT https://v2.api.uberflip.com/items/{itemId}/tags/{tagId}
Path Parameters | Description |
---|---|
itemId | The unique identifier of the item |
tagId | The unique identifier of the tag |
Examples¶
curl -X PUT -H "Authorization: Bearer [Token]" \
-i https://v2.api.uberflip.com/items/{userId}/tags/{tagId}
Sample response:
HTTP/1.1 204 NO CONTENT
Content-Type: application/json