mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 11:56:29 +00:00
docs: update api-keys related documentation (#2162)
* docs: typo * docs: update
This commit is contained in:
parent
3aa65cb30c
commit
9f4fc777b0
@ -2,7 +2,7 @@
|
||||
|
||||
## 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
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
## 简介
|
||||
|
||||
该插件允许你创建和管理 API,生成的 API keys 可以用于访问 `NocoBase` 所有 API。
|
||||
该插件允许你创建和管理 API keys,生成的 API key 可以用于访问 `NocoBase` 所有 API。
|
||||
|
||||
|
||||
## 权限控制
|
||||
|
@ -2,8 +2,8 @@
|
||||
"name": "@nocobase/plugin-api-keys",
|
||||
"displayName": "API keys",
|
||||
"displayName.zh-CN": "API keys",
|
||||
"description": "Allow user use API key to fetch nocobase api",
|
||||
"description.zh-CN": "允许用户使用 api 密钥来访问 nocobase api",
|
||||
"description": "Allow users to use API key to access NocoBase's api",
|
||||
"description.zh-CN": "允许用户使用 API key 访问 NocoBase 的 api",
|
||||
"version": "0.10.0-alpha.5",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/index.js",
|
||||
|
Loading…
Reference in New Issue
Block a user