Method: accounts.locations.questions.patch
HTTP リクエスト
PATCH https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*/questions/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
更新する質問の名前です。
|
リクエスト本文
リクエストの本文には Question
のインスタンスが含まれています。
レスポンスの本文
成功した場合、レスポンスの本文には Question
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープのいずれかが必要です。
https://www.googleapis.com/auth/plus.business.manage
https://www.googleapis.com/auth/business.manage
詳細については、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-02 UTC。
[null,null,["最終更新日 2023-12-02 UTC。"],[[["This document details how to update a specific question using the `PATCH` HTTP request method and provides the necessary request structure."],["The request requires path parameters to specify the question's location and a request body containing the updated question data in the `Question` format."],["A successful update will return the updated question data in the response body, also in the `Question` format."],["Authorization is required using specific OAuth scopes for managing business data."]]],[]]