Skip to content

Implement functionality to Update/Delete contextual information in assets #95

@shivaypiece

Description

@shivaypiece

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomers in the OSP Community.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions