CatalogService
catalogs
unity

Update a catalog

patch/catalogs/{name}

Path parameters

namestring required

Name of catalog.

Request body

namestring required

Name of catalog.

commentstring

User-provided free-form text description.

propertiesobject

A map of key-value properties attached to the securable.

newNamestring

Name of catalog.

Response

OK

namestring required

Name of catalog.

commentstring

User-provided free-form text description.

propertiesobject

A map of key-value properties attached to the securable.

ownerstring

Username of current owner of catalog.

createAtstring

Time at which this catalog was created, in epoch milliseconds.

createdBystring

Username of catalog creator.

updateAtstring

Time at which this catalog was last updated, in epoch milliseconds.

updatedBystring

Username of user who last modified catalog.

idstring

Unique identifier for the catalog.

Changes