ModifySystemPropertyTemplate - 修改系统属性模板

修改属性模板。

接口说明

修改属性模板不会触发 SendSystemPropertyTemplate ,如需要作用到云手机,请调用 SendSystemPropertyTemplate 接口。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

调试

授权信息

当前API暂无授权信息透出。

请求语法

POST  HTTP/1.1

请求参数

名称

类型

必填

描述

示例值

TemplateId

string

属性模板 ID。

ap-angyvganxlf****

TemplateName

string

模板名称。

模板1

SystemPropertyInfo

object

系统属性模板信息。

RoBuildFingerprint

string

说明

该参数暂未对外开放使用。

null

RoProductModel

string

说明

该参数暂未对外开放使用。

null

RoProductManufacturer

string

说明

该参数暂未对外开放使用。

null

RoProductBrand

string

说明

该参数暂未对外开放使用。

null

RoBuildUser

string

说明

该参数暂未对外开放使用。

null

RoBuildId

string

说明

该参数暂未对外开放使用。

null

RoBootloader

string

说明

该参数暂未对外开放使用。

null

RoBuildTags

string

说明

该参数暂未对外开放使用。

null

RoProductBoard

string

说明

该参数暂未对外开放使用。

null

RoProductDevice

string

说明

该参数暂未对外开放使用。

null

RoBuildProduct

string

说明

该参数暂未对外开放使用。

null

RoBuildType

string

说明

该参数暂未对外开放使用。

null

RoBuildHost

string

说明

该参数暂未对外开放使用。

null

RoBuildDisplayId

string

说明

该参数暂未对外开放使用。

null

RwRoSerialNo

string

说明

该参数暂未对外开放使用。

null

CustomPropertyInfos

array

自定义属性信息。

object

自定义属性信息。

PropertyName

string

自定义属性 Key。

propKey

PropertyValue

string

自定义属性 Value。

propValue

FilePath

string

属性模板的文件 URL 路径。接口会同步解析文件内容,如果文件内容格式有问题,则会报错解析失败。

说明

文件模板格式:{ "propties":{"key1":"value1", "key2":"value2"}}

https://filepath****.com

EnableAuto

boolean

是否支持部分预置系统属性自动生成。

true

返回参数

名称

类型

描述

示例值

object

Schema of Response

RequestId

string

请求 ID。

5C5CEF0A-D6E1-58D3-8750-67DB4F82****

TemplateId

string

属性模板 ID。

ap-angyvganxlf****

示例

正常返回示例

JSON格式

{
  "RequestId": "5C5CEF0A-D6E1-58D3-8750-67DB4F82****",
  "TemplateId": "ap-angyvganxlf****"
}

错误码

访问错误中心查看更多错误码。

变更历史

更多信息,参考变更详情