{
"config_map": {
"property1": "string",
"property2": "string"
},
"config_scope": "options",
"env": {
"property1": "string",
"property2": "string"
},
"options": {
"property1": "string",
"property2": "string"
},
"resource_limits": {
"max_cpu": 0,
"max_memory": 0
}
}
curl --location --request PATCH 'https://api.v2.rainyun.com/product/rca/app//' \
--header 'x-api-key;' \
--header 'rain-dev-token: {{rain-dev-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"config_map": {
"property1": "string",
"property2": "string"
},
"config_scope": "options",
"env": {
"property1": "string",
"property2": "string"
},
"options": {
"property1": "string",
"property2": "string"
},
"resource_limits": {
"max_cpu": 0,
"max_memory": 0
}
}'
{}