All Products
Search
Document Center

Cloud Phone:ModifySystemPropertyTemplate

Last Updated:Dec 15, 2025

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

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST  HTTP/1.1

Request 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: { "properties":{"key1":"value1", "key2":"value2"}}.

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.