Modifies the basic information of a backend service, such as its name and description. Note that the backend service type cannot be modified after the service is created.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
apigateway:ModifyBackend |
update |
*Backend
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| BackendName |
string |
Yes |
The name of the backend service. |
testHttpModify |
| BackendId |
string |
Yes |
The ID of the backend service. |
20bcdc9453524b78a8beb1f6de21edb7 |
| BackendType |
string |
Yes |
The type of the backend service. |
HTTP |
| Description |
string |
No |
A description of the backend service. |
test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
06DACA61-9359-5EC6-AEDA-C73E620E49A9 |
Examples
Success response
JSON format
{
"RequestId": "06DACA61-9359-5EC6-AEDA-C73E620E49A9"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.