dotnetcore / dotnetcore/AgileConfig

Restful API建议

Open
#100 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
1.6k
Forks
324
Avg merge
1d 19m
Merged PRs (30d)
6

Description

当前Restful API有些复杂,如果要更新一个配置需要调用put接口并且需要配置的id.
应提供一个接口并使用最小化的参数完成配置的添加或更新(如果配置一致则不做任何处理).
参数示例:
```json
{
"appId": "test",
"key": "appparameters:test1",
"value": "test4"
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.