Google Chat API (chat:v1)

2024-04-18

1 new method

Additions

    Methods
  • chat.spaces.members.patch

      Path : v1/{+name}

      Flat Path : v1/spaces/{spacesId}/members/{membersId}

      HTTP Method : PATCH

      Parameters :

        name

          Description : Resource name of the membership, assigned by the server. Format: `spaces/{space}/members/{member}`

          Pattern : ^spaces/[^/]+/members/[^/]+$

          Location : path

          Required : Yes

          Type : string

        updateMask

          Description : Required. The field paths to update. Separate multiple values with commas or use `*` to update all field paths. Currently supported field paths: - `role`

          Location : query

          Type : string

          Format : google-fieldmask

      Parameter Order : name

      Scopes :

    • https://www.googleapis.com/auth/chat.import
    • https://www.googleapis.com/auth/chat.memberships
    • Description : Updates a membership. Requires [user authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).