Skip to main content
Version: 0.5.0

Update topic

PUT 

/metalakes/:metalake/catalogs/:catalog/schemas/:schema/topics/:topic

Update the specified topic in a schema

Request

Path Parameters

    metalake stringrequired

    The name of the metalake

    catalog stringrequired

    The name of the catalog

    schema stringrequired

    The name of the schema

    topic stringrequired

    The name of the topic

Body

    updates

    object[]

    required

  • Array [

  • oneOf

    @type stringrequired

    Possible values: [updateComment]

    newComment stringrequired

    The new comment of the topic

  • ]

Responses

Returns include the topic object

Schema

    code int32

    Possible values: [0]

    Status code of the response

    topic

    object

    name stringrequired

    The name of the topic

    comment string

    The comment of the topic

    properties

    object

    nullable

    The properties of the topic

    property name* string
Loading...