fix: swagger crash
This commit is contained in:
parent
9635361a89
commit
3de0d71d00
|
@ -1,6 +1,8 @@
|
||||||
emqx_authz_api_cache {
|
emqx_authz_api_cache {
|
||||||
authorization_cache_delete {
|
authorization_cache_delete {
|
||||||
|
desc {
|
||||||
en: """Clean all authorization cache in the cluster."""
|
en: """Clean all authorization cache in the cluster."""
|
||||||
zh: """清除集群中所有鉴权数据缓存"""
|
zh: """清除集群中所有鉴权数据缓存"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -1,11 +1,15 @@
|
||||||
emqx_authz_api_settings {
|
emqx_authz_api_settings {
|
||||||
authorization_settings_get {
|
authorization_settings_get {
|
||||||
|
desc {
|
||||||
en: """Get authorization settings"""
|
en: """Get authorization settings"""
|
||||||
zh: """获取鉴权配置"""
|
zh: """获取鉴权配置"""
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
authorization_settings_put {
|
authorization_settings_put {
|
||||||
|
desc {
|
||||||
en: """Update authorization settings"""
|
en: """Update authorization settings"""
|
||||||
zh: """更新鉴权配置"""
|
zh: """更新鉴权配置"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue