Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
120 changes: 120 additions & 0 deletions config/_default/menus/api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11499,6 +11499,66 @@ menu:
url: /api/latest/google-chat-integration/
identifier: google-chat-integration
generated: true
- name: Update a target audience
url: /api/latest/google-chat-integration/update-a-target-audience/
identifier: google-chat-integration-update-a-target-audience
parent: google-chat-integration
generated: true
params:
versions:
- v2
operationids:
- UpdateGoogleChatTargetAudience
unstable: []
order: 15
- name: Get a target audience
url: /api/latest/google-chat-integration/get-a-target-audience/
identifier: google-chat-integration-get-a-target-audience
parent: google-chat-integration
generated: true
params:
versions:
- v2
operationids:
- GetGoogleChatTargetAudience
unstable: []
order: 14
- name: Delete a target audience
url: /api/latest/google-chat-integration/delete-a-target-audience/
identifier: google-chat-integration-delete-a-target-audience
parent: google-chat-integration
generated: true
params:
versions:
- v2
operationids:
- DeleteGoogleChatTargetAudience
unstable: []
order: 16
- name: Create a target audience
url: /api/latest/google-chat-integration/create-a-target-audience/
identifier: google-chat-integration-create-a-target-audience
parent: google-chat-integration
generated: true
params:
versions:
- v2
operationids:
- CreateGoogleChatTargetAudience
unstable: []
order: 13
- name: Get all target audiences
url: /api/latest/google-chat-integration/get-all-target-audiences/
identifier: google-chat-integration-get-all-target-audiences
parent: google-chat-integration
generated: true
params:
versions:
- v2
operationids:
- ListGoogleChatTargetAudiences
unstable: []
order: 12
- name: Update organization handle
url: /api/latest/google-chat-integration/update-organization-handle/
identifier: google-chat-integration-update-organization-handle
Expand Down Expand Up @@ -11559,6 +11619,54 @@ menu:
- ListOrganizationHandles
unstable: []
order: 1
- name: Get the delegated user
url: /api/latest/google-chat-integration/get-the-delegated-user/
identifier: google-chat-integration-get-the-delegated-user
parent: google-chat-integration
generated: true
params:
versions:
- v2
operationids:
- GetGoogleChatDelegatedUser
unstable: []
order: 10
- name: Delete the delegated user
url: /api/latest/google-chat-integration/delete-the-delegated-user/
identifier: google-chat-integration-delete-the-delegated-user
parent: google-chat-integration
generated: true
params:
versions:
- v2
operationids:
- DeleteGoogleChatDelegatedUser
unstable: []
order: 11
- name: Get a Google Chat organization binding
url: /api/latest/google-chat-integration/get-a-google-chat-organization-binding/
identifier: google-chat-integration-get-a-google-chat-organization-binding
parent: google-chat-integration
generated: true
params:
versions:
- v2
operationids:
- GetGoogleChatOrganization
unstable: []
order: 8
- name: Delete a Google Chat organization binding
url: /api/latest/google-chat-integration/delete-a-google-chat-organization-binding/
identifier: google-chat-integration-delete-a-google-chat-organization-binding
parent: google-chat-integration
generated: true
params:
versions:
- v2
operationids:
- DeleteGoogleChatOrganization
unstable: []
order: 9
- name: Get space information by display name
url: /api/latest/google-chat-integration/get-space-information-by-display-name/
identifier: google-chat-integration-get-space-information-by-display-name
Expand All @@ -11571,6 +11679,18 @@ menu:
- GetSpaceByDisplayName
unstable: []
order: 6
- name: Get all Google Chat organization bindings
url: /api/latest/google-chat-integration/get-all-google-chat-organization-bindings/
identifier: google-chat-integration-get-all-google-chat-organization-bindings
parent: google-chat-integration
generated: true
params:
versions:
- v2
operationids:
- ListGoogleChatOrganizations
unstable: []
order: 7
- name: High Availability MultiRegion
url: /api/latest/high-availability-multiregion/
identifier: high-availability-multiregion
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Create a target audience
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Delete a Google Chat organization binding
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Delete a target audience
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Delete the delegated user
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Get a Google Chat organization binding
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Get a target audience
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Get all Google Chat organization bindings
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Get all target audiences
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Get the delegated user
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Update a target audience
---
487 changes: 487 additions & 0 deletions content/en/api/v2/google-chat-integration/examples.json

Large diffs are not rendered by default.

Loading
Loading