config/value/write 请求的 HTTP 映射接口。Authorization: Bearer ********************{
"keyPath": "/workspace/project",
"mergeStrategy": "replace",
"value": "example",
"expectedVersion": "example",
"filePath": "/workspace/project"
}curl --location '/v1/yousure/config/value/write' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"keyPath": "/workspace/project",
"mergeStrategy": "replace",
"value": "example",
"expectedVersion": "example",
"filePath": "/workspace/project"
}'{
"result": {
"filePath": "/workspace/project",
"status": "ok",
"version": "example",
"overriddenMetadata": {
"effectiveValue": "example",
"message": "example",
"overridingLayer": {
"name": {
"file": "example",
"type": "packagedDefaults"
},
"version": "example"
}
}
}
}