fix: swagger crash

This commit is contained in:
Zhongwen Deng 2022-04-22 17:25:53 +08:00
parent 9635361a89
commit 3de0d71d00
2 changed files with 12 additions and 6 deletions

View File

@ -1,6 +1,8 @@
emqx_authz_api_cache { emqx_authz_api_cache {
authorization_cache_delete { authorization_cache_delete {
en: """Clean all authorization cache in the cluster.""" desc {
zh: """清除集群中所有鉴权数据缓存""" en: """Clean all authorization cache in the cluster."""
zh: """清除集群中所有鉴权数据缓存"""
}
} }
} }

View File

@ -1,11 +1,15 @@
emqx_authz_api_settings { emqx_authz_api_settings {
authorization_settings_get { authorization_settings_get {
en: """Get authorization settings""" desc {
zh: """获取鉴权配置""" en: """Get authorization settings"""
zh: """获取鉴权配置"""
}
} }
authorization_settings_put { authorization_settings_put {
en: """Update authorization settings""" desc {
zh: """更新鉴权配置""" en: """Update authorization settings"""
zh: """更新鉴权配置"""
}
} }
} }