Modifying Application Information
Function
This API is used to modify application information based on the application ID.
URI
PUT /v2/{project_id}/cas/applications/{application_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Tenant's project ID. See Obtaining a Project ID. |
application_id |
Yes |
String |
Application ID. See Obtaining All Applications. |
Request
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
Content-Type |
Yes |
String |
Message body type (format). Default value: application/json;charset=utf8. |
X-Auth-Token |
Yes |
String |
API calling can be authenticated using a token or AK/SK. If you use a token, this parameter is mandatory and must be set to the token. For details about how to obtain a token, see Obtaining a User Token. |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
name |
No |
String |
Application name. The value contains 2 to 64 characters consisting of letters, digits, hyphens (-), and underscores (_). It starts with a letter and ends with a letter or digit. |
description |
No |
String |
Application description. The value can contain up to 128 characters. |
Response
Parameter |
Type |
Description |
---|---|---|
id |
String |
Application ID. |
name |
String |
Application name. |
description |
String |
Application description. |
creator |
String |
Creator. |
project_id |
String |
Project ID. |
enterprise_project_id |
String |
Enterprise project ID. |
create_time |
Integer |
Creation time. |
update_time |
Integer |
Update time. |
unified_model |
String |
Whether to enable the unified model. Default value: null. |
Example Request
Modify application name to app-test.
{ "name": "app-test", "description": "test" }
Example Response
{ "id": "e5213b62-0e3c-476f-9960-3e4108787350", "name": "app-test", "description": "test", "project_id": "e7d2e9c589e5445e808a8ff0d1235aca", "enterprise_project_id": "0", "creator": "ss-test", "create_time": 1610432385245, "update_time": 1610433070875, "unified_model": null }
Status Code
Status Code |
Description |
---|---|
200 |
OK |
400 |
Bad Request |
404 |
Not Found |
500 |
Internal Server Error |
Error Code
The error code format is SVCSTG.00100.[Error_ID], for example, SVCSTG.00100400. For details, see ServiceStage Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot