fix: better atom name
This commit is contained in:
parent
f47f5db521
commit
330e302a7c
|
@ -13,7 +13,7 @@ emqx_auto_subscribe_api {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
update_auto_subscribe_api_response_409 {
|
update_auto_subscribe_api_response409 {
|
||||||
desc {
|
desc {
|
||||||
en: """Auto Subscribe topics max limit"""
|
en: """Auto Subscribe topics max limit"""
|
||||||
zh: """超出自定订阅主题列表长度限制"""
|
zh: """超出自定订阅主题列表长度限制"""
|
||||||
|
|
|
@ -54,7 +54,7 @@ schema("/mqtt/auto_subscribe") ->
|
||||||
200 => hoconsc:ref(emqx_auto_subscribe_schema, "auto_subscribe"),
|
200 => hoconsc:ref(emqx_auto_subscribe_schema, "auto_subscribe"),
|
||||||
409 => emqx_dashboard_swagger:error_codes(
|
409 => emqx_dashboard_swagger:error_codes(
|
||||||
[?EXCEED_LIMIT],
|
[?EXCEED_LIMIT],
|
||||||
?DESC(update_auto_subscribe_api_response_409))
|
?DESC(update_auto_subscribe_api_response409))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}.
|
}.
|
||||||
|
|
|
@ -15,7 +15,7 @@ emqx_rewrite_api {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
update_topic_rewrite_api_response_413 {
|
update_topic_rewrite_api_response413 {
|
||||||
desc {
|
desc {
|
||||||
en: """Rules count exceed max limit"""
|
en: """Rules count exceed max limit"""
|
||||||
zh: """超出主题重写规则数量上限"""
|
zh: """超出主题重写规则数量上限"""
|
||||||
|
|
|
@ -64,7 +64,7 @@ schema("/mqtt/topic_rewrite") ->
|
||||||
),
|
),
|
||||||
413 => emqx_dashboard_swagger:error_codes(
|
413 => emqx_dashboard_swagger:error_codes(
|
||||||
[?EXCEED_LIMIT],
|
[?EXCEED_LIMIT],
|
||||||
?DESC(update_topic_rewrite_api_response_413)
|
?DESC(update_topic_rewrite_api_response413)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue