Modifies a property template.
Operation description
When you modify a property template, the SendSystemPropertyTemplate operation is not triggered. To apply the changes to cloud phones, you must call the SendSystemPropertyTemplate operation separately.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1Request parameters
Parameter | Type | Required | Description | Example |
TemplateId | string | No | The ID of the property template. | ap-angyvganxlf**** |
TemplateName | string | No | The name of the template. | 模板1 |
| SystemPropertyInfo | object | No | The information about the system property template. | |
RoBuildFingerprint | string | No | Note This parameter is not publicly available. | null |
RoProductModel | string | No | Note This parameter is not publicly available. | null |
RoProductManufacturer | string | No | Note This parameter is not publicly available. | null |
RoProductBrand | string | No | Note This parameter is not publicly available. | null |
RoBuildUser | string | No | Note This parameter is not publicly available. | null |
RoBuildId | string | No | Note This parameter is not publicly available. | null |
RoBootloader | string | No | Note This parameter is not publicly available. | null |
RoBuildTags | string | No | Note This parameter is not publicly available. | null |
RoProductBoard | string | No | Note This parameter is not publicly available. | null |
RoProductDevice | string | No | Note This parameter is not publicly available. | null |
RoBuildProduct | string | No | Note This parameter is not publicly available. | null |
RoBuildType | string | No | Note This parameter is not publicly available. | null |
RoBuildHost | string | No | Note This parameter is not publicly available. | null |
RoBuildDisplayId | string | No | Note This parameter is not publicly available. | null |
RwRoSerialNo | string | No | Note This parameter is not publicly available. | null |
| CustomPropertyInfos | array | No | The information about custom properties. | |
object | No | The information about a custom property. | ||
PropertyName | string | No | The key of the custom property. | propKey |
PropertyValue | string | No | The value of the custom property. | propValue |
FilePath | string | No | The URL of the property template file. The system synchronously parses the file. If the file format is invalid, a parsing error is returned. Note File template format: | https://filepath****.com |
EnableAuto | boolean | No | Specifies whether to automatically generate preset system properties. | true |
Response elements
Element | Type | Description | Example |
object | The response elements. | ||
RequestId | string | The request ID. | 5C5CEF0A-D6E1-58D3-8750-67DB4F82**** |
TemplateId | string | The ID of the property template. | ap-angyvganxlf**** |
Examples
Success response
JSON format
{
"RequestId": "5C5CEF0A-D6E1-58D3-8750-67DB4F82****",
"TemplateId": "ap-angyvganxlf****"
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.