UpdateCatalogTemplateRequest

Message for updating a catalog template.

JSON representation
{
  "catalogTemplate": {
    object (CatalogTemplate)
  },
  "updateMask": string
}
Fields
catalogTemplate

object (CatalogTemplate)

Required. The catalog template to update. Format: projects/$project/locations/$location/spaces/$space/catalogs/$catalog/templates/$template

updateMask

string (FieldMask format)

Optional. The fields to overwrite in the catalog template update. The fields specified in the updateMask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If you don't provide a mask, all fields are overwritten.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".