Skip to main content
Version: 0.6.1-incubating

Associate tags with metadata object

POST 

/metalakes/:metalake/objects/:metadataObjectType/:metadataObjectFullName/tags

Associate tags with metadata object

Request

Path Parameters

    metalake stringrequired

    The name of the metalake

    metadataObjectType stringrequired

    Possible values: [CATALOG, SCHEMA, TABLE, FILESET, TOPIC, ROLE, METALAKE]

    The type of the metadata object

    metadataObjectFullName stringrequired

    The full name of the metadata object

Body

    tagsToAdd string[]nullable

    The tags to add

    tagsToRemove string[]nullable

    The tags to remove

Responses

Returns the list of tag names associated with the specified metadata object

Schema

    code int32

    Possible values: [0]

    Status code of the response

    names string[]
Loading...