Users should be able to modify the tags, relevant links, etc., on each piece saved. ### Tag / Website Creation 1. . you first create the website or tag using with their creation endpoints (for example: `(CreateNewTag(transferables, seededTag)`) 2. then call the associate endpoint to associate it with an asset `assetApi.assetAssociateTag` or `assetApi.assetAssociateWebsite` — If you want to add tags / website and add them to an asset, you call the associate endpoints. ### Removing Tags/Website Removing tags / websites you call the disassociate endpoint(s) ### Updating/Modifying tags/Websites Modifying tags / websites themselves you call `websiteApi.websiteUpdate` or `tagApi.tagUpdate`