Gemini Enterprise for Customer Experience API (ces:v1)

2026-09-01

1 new method

Additions

    Methods
  • ces.projects.locations.apps.versions.patch

      Description : Updates the specified app version.

      Path : v1/{+name}

      Scopes :

    • https://www.googleapis.com/auth/ces
    • https://www.googleapis.com/auth/cloud-platform
    • HTTP Method : PATCH

      Parameters :

        name

          Location : path

          Type : string

          Description : Identifier. The unique identifier of the app version. Format: `projects/{project}/locations/{location}/apps/{app}/versions/{version}`

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/apps/[^/]+/versions/[^/]+$

        updateMask

          Location : query

          Format : google-fieldmask

          Description : Optional. The list of fields to update. If empty, fields `display_name` and `description` will be updated.

          Type : string

      Parameter Order : name

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/apps/{appsId}/versions/{versionsId}