docs: update api-keys related documentation (#2162)

* docs: typo

* docs: update
This commit is contained in:
Dunqing 2023-07-01 12:21:33 +08:00 committed by GitHub
parent 3aa65cb30c
commit 9f4fc777b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
## Introduction ## Introduction
This plugin allows you to create and manage APIs. The generated API keys can be used to access all `NocoBase` APIs. This plugin allows you to create and manage API keys. The generated API key can be used to access all `NocoBase` APIs.
## Access Control ## Access Control

View File

@ -2,7 +2,7 @@
## 简介 ## 简介
该插件允许你创建和管理 API生成的 API keys 可以用于访问 `NocoBase` 所有 API。 该插件允许你创建和管理 API keys,生成的 API key 可以用于访问 `NocoBase` 所有 API。
## 权限控制 ## 权限控制

View File

@ -2,8 +2,8 @@
"name": "@nocobase/plugin-api-keys", "name": "@nocobase/plugin-api-keys",
"displayName": "API keys", "displayName": "API keys",
"displayName.zh-CN": "API keys", "displayName.zh-CN": "API keys",
"description": "Allow user use API key to fetch nocobase api", "description": "Allow users to use API key to access NocoBase's api",
"description.zh-CN": "允许用户使用 api 密钥来访问 nocobase api", "description.zh-CN": "允许用户使用 API key 访问 NocoBase 的 api",
"version": "0.10.0-alpha.5", "version": "0.10.0-alpha.5",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "./lib/index.js", "main": "./lib/index.js",