Skip to main content
Version: 0.5.0

Update fileset

PUT 

/metalakes/:metalake/catalogs/:catalog/schemas/:schema/filesets/:fileset

Updates the specified fileset 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

    fileset stringrequired

    The name of the fileset

Body

    updates

    object[]

    required

  • Array [

  • oneOf

    @type stringrequired

    Possible values: [rename]

    The type of the update

    newName stringrequired

    The new name of the fileset

  • ]

Responses

The response of fileset object

Schema

    code int32

    Possible values: [0]

    Status code of the response

    fileset

    object

    name stringrequired

    The name of the fileset

    type stringnullable

    The type of the fileset

    comment stringnullable

    The comment of the fileset

    storageLocation stringnullable

    The location of the fileset

    properties

    object

    nullable

    The properties of the fileset

    property name* string
Loading...