Open
Description
What is the feature you want to add?
- ConfigFilePublishService接口远程创建更新配置文件,无法指定文件类型,北极星也没有自动识别文件后缀,导致发布的配置文件都是text类型,影响北极星页面显示和编辑;
- upsertAndPublish接口注释不明确且存在错误,对于必传项casMd5根据北极星open api中定义:创建/更新配置文件并发布接口没有该参数,配置发布接口参数定义是对content内容进行md5;
casMd5值经过测试,只有传入上一次发布的md5值才能正常发布?如果是这样建议参数命名:lastReleaseContentMd5这种类似明确的参数名。
Why do you want to add this feature?
How to implement this feature?
Additional context
Add any other context or screenshots about the feature request here.