Method: accounts.icons.create
上傳新圖示並開始審查程序。傳回 HTTP 狀態 400,如果圖示符合下列任一情況,則不會觸發審查程序:
- 圖片不是 PNG 格式,或者無法轉換為 PNG 格式。
- 小於 72 像素
- 大於 1200 像素
- 長寬比不是 1:1
HTTP 要求
POST https://travelpartner.googleapis.com/v3/{parent=accounts/*}/icons
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 |
parent |
string
必要,擁有圖示的合作夥伴帳戶的資源名稱。格式為 accounts/{account_id} 。
|
回應主體
如果成功,回應主體會包含新建立的 Icon
例項。
授權範圍
需要下列 OAuth 範圍:
https://www.googleapis.com/auth/travelpartner
詳情請參閱 OAuth 2.0 總覽。
保留所有權利。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2022-08-23 (世界標準時間)。
[null,null,["上次更新時間:2022-08-23 (世界標準時間)。"],[[["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."]]],[]]