Method: accounts.icons.create
新しいアイコンをアップロードして、審査プロセスを開始します。HTTP ステータス 400 を返し、アイコンが次のいずれかの条件に該当する場合、審査プロセスを開始しません。
- 画像が PNG 形式になっていません。または、PNG 形式に変換できません。
- サイズが 72 ピクセル未満
- 1,200 ピクセルを超えるサイズ
- アスペクト比: 1:1 以外
HTTP リクエスト
POST https://travelpartner.googleapis.com/v3/{parent=accounts/*}/icons
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
parent |
string
必須。アイコンを所有するパートナー アカウントのリソース名。形式は accounts/{account_id} です。
|
リクエスト本文
リクエストの本文には Icon
のインスタンスが含まれます。
レスポンスの本文
成功した場合、レスポンスの本文には、新しく作成された Icon
のインスタンスが含まれます。
認証スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/travelpartner
詳しくは、OAuth 2.0 の概要をご覧ください。
All rights reserved. Java は Oracle および関連会社の登録商標です。
最終更新日 2022-08-23 UTC。
[null,null,["最終更新日 2022-08-23 UTC。"],[[["Uploads a new icon for a partner account and starts a review process, generating a unique `icon_id`."],["The icon must be a PNG image with a size between 72 and 1200 pixels and an aspect ratio of 1:1."],["If the icon meets the requirements, the API returns the icon details; otherwise, it returns an HTTP 400 error."],["Requires authorization with the `https://www.googleapis.com/auth/travelpartner` scope."],["Uses the `POST` method and the URL `https://travelpartner.googleapis.com/v3/{parent=accounts/*}/icons` with the account ID as a path parameter."]]],[]]