このメソッドは、サブスクリプションの State
フィールドを ACTIVE
にリセットします。この方法を使用する前に、サブスクリプションを停止したエラーを解決する必要があります。この方法については、Google Workspace サブスクリプションを再有効化するをご覧ください。
HTTP リクエスト
POST https://workspaceevents.googleapis.com/v1beta/{name=subscriptions/*}:reactivate
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ | |
---|---|
name |
必須。サブスクリプションのリソース名。 形式: |
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には Operation
のインスタンスが含まれます。
metadata
フィールドに空の配列が含まれています。response
フィールドには、更新されたSubscription
のインスタンスが含まれています。
認可スコープ
次の OAuth スコープのいずれかが必要です。
https://www.googleapis.com/auth/chat.spaces
https://www.googleapis.com/auth/chat.spaces.readonly
https://www.googleapis.com/auth/chat.messages
https://www.googleapis.com/auth/chat.messages.readonly
https://www.googleapis.com/auth/chat.messages.reactions
https://www.googleapis.com/auth/chat.messages.reactions.readonly
https://www.googleapis.com/auth/chat.memberships
https://www.googleapis.com/auth/chat.memberships.readonly
https://www.googleapis.com/auth/meetings.space.created
https://www.googleapis.com/auth/meetings.space.readonly
詳細については、承認ガイドをご覧ください。