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 和/或其关联公司的注册商标。
最后更新时间 (UTC):2022-08-23。
[null,null,["最后更新时间 (UTC):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."]]],[]]