Last Updated on : 2023-06-21 07:12:53download
Modify application instance configuration
PUT: /v1.0/iot-03/app-instances/{app_instance_id}/configs
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
app_instance_id | String | uri | true | Application instance id |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
app_icon | String | false | App Icon | |
org_name | String | false | Organization Name | |
org_desc | String | false | Organization Description | |
org_type | String | false | Organization Type | |
contact_user | String | false | Contact Name | |
mobile | String | false | Contact phone number | |
String | false | Contact Email | ||
login_img | String | false | Login configuration diagram | |
app_name | String | true | System Name | |
app_desc | String | false | System Introduction |
Parameter name | Type | Description |
---|---|---|
result | Boolean | Success and failure |
PUT: /v1.0/iot-03/app-instances/1xx/configs
{
"app_icon": "https://xxx.jpg",
"org_name": "Normal University",
"org_desc": "Campus",
"org_type": "school",
"contact_user": "admin",
"mobile": "1363708173x",
"mail": "123@gmail.com",
"login_img": "https://xxx.jpg",
"app_name": "integrated system",
"app_desc": "1234"
}
{
"t": 1623771418690,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback