style: lower case in descriptions

This commit is contained in:
Stefan Strigler 2023-03-21 17:04:42 +01:00
parent 981268911a
commit 327b782210
1 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
emqx_topic_metrics_api {
get_topic_metrics_api {
desc {
en: """List Topic metrics"""
en: """List topic metrics"""
zh: """获取主题监控数据"""
}
}
@ -15,21 +15,21 @@ emqx_topic_metrics_api {
post_topic_metrics_api {
desc {
en: """Create Topic metrics"""
en: """Create topic metrics"""
zh: """创建主题监控数据"""
}
}
gat_topic_metrics_data_api {
desc {
en: """Get Topic metrics"""
en: """Get topic metrics"""
zh: """获取主题监控数据"""
}
}
delete_topic_metrics_data_api {
desc {
en: """Delete Topic metrics"""
en: """Delete topic metrics"""
zh: """删除主题监控数据"""
}
}
@ -43,7 +43,7 @@ emqx_topic_metrics_api {
topic_metrics_api_response400 {
desc {
en: """Bad Request. Already exists or bad topic name"""
en: """Bad request. Already exists or bad topic name"""
zh: """错误请求。已存在或错误的主题名称"""
}
}