{
"regionID": "TestRegionID",
"replicationID": "8a78308a-d267-449d-a97f-ffe2f3049597",
"name": "replication-name-modify",
"description": ""
}
curl --location --request POST '/v4/async_rep/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "TestRegionID",
"replicationID": "8a78308a-d267-449d-a97f-ffe2f3049597",
"name": "replication-name-modify",
"description": ""
}'
{
"description": "",
"errorCode": "",
"message": "",
"returnObj": {},
"statusCode": 800
}